Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] estate: a new module to manage estate properties #162

Open
wants to merge 1 commit into
base: 18.0
Choose a base branch
from

Commits on Oct 24, 2024

  1. [ADD] estate: a new mdoule to manage estate properties

    Problem
    ---------
    Users are missing a way to manage real estate properties in odoo.
    
    Objective
    ---------
    - Add a way to create new properties, track their attributes and the
    state of the sale (new, offer received, ..., sold).
    - Add a way to visualise and filter the properties base on their
    attributes and status. And give the user a way to categorize the
    properties.
    - Add a way to manage offer made by parters on individual properties. Be
    able to accept/refuse the offers.
    - Create an invoice to the client once a sale is closed.
    
    Solution
    ---------
    Add a new module `estate`. This model is in charge of managing the
    properties, tracking their sales state and offers.
    Add a new module `estate_account` to create invoices once a sale is
    closed.
    
    Closes odoo#162
    lipiraux committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f46905a View commit details
    Browse the repository at this point in the history