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 #164

Open
wants to merge 2 commits into
base: 18.0
Choose a base branch
from

Commits on Oct 24, 2024

  1. [ADD] estate: creating estate module

    Features :
    
    - Creating properties, types of properties
    - Handling customers offers
    - Sorting your properties by tags or by type
    - Generating invoices when properties are sold and much more...
    ouou-odoo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5d1ae0f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. [FIX] Added automatic translations for errors

    Problem:
    
    The errors were not automatically translated.
    
    Solution:
    
    Imported _ from odoo and added _ to each error.
    ouou-odoo committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    33a1ebe View commit details
    Browse the repository at this point in the history