tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

[ADD] estate: initial setup of models, fields, views, and constraints

Open pkgu-odoo opened this issue 6 months ago • 1 comments

Set up module configuration and initialization.

  • Implemented the main model with fields.
  • Managed access controls for the estate_property model.
  • Implemented custom list, form, and search views.
  • Implemented property_type and property_tag, and defined relations.
  • Implemented and computed new fields like total_area and best_price.
  • Implemented buttons for actions like Cancel, Sold, Accept, and Refuse.
  • Customized views and Implemented constraints based on state.
  • Implemented computed fields and statistical buttons for offers.
  • Implemented inheritance for extending and customizing functionality.

pkgu-odoo avatar Aug 14 '24 06:08 pkgu-odoo