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 : added real estate module #119

Closed
wants to merge 19 commits into from

Commits on Aug 13, 2024

  1. [ADD] estate: created estate_property model

    After this commit:
    -read the file structure
    -created model given in exercise
    -given the access right
    niku-odoo committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b783590 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. [IMP] estate: added relational field

    After this commit:
    - Implemented relational fields
    - Implemented computed field
    niku-odoo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4380f33 View commit details
    Browse the repository at this point in the history
  2. [IMP] estate: added buttons

    after this commit:
    added sold button
    -added cancel button
    -added accept and refuse button
    niku-odoo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8307c35 View commit details
    Browse the repository at this point in the history
  3. [IMP] estate: added constraints

    adding sql constraints
    - expected price
    -selling price
    adding python constraints
    niku-odoo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b69469b View commit details
    Browse the repository at this point in the history
  4. [IMP] estate: added the sprinkles

    after this commit:
    added invisible attribute
    -added decorations
    -decoration-success
    -decoration-bf
    niku-odoo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b342762 View commit details
    Browse the repository at this point in the history
  5. [IMP] estate: added inheritance

    after this commit:
    Python Inheritance
    Model Inheritance
    added view inheritance
    niku-odoo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    bae9211 View commit details
    Browse the repository at this point in the history
  6. [IMP] estate: added inheritance

    after this commit:
    implemented inheritance
    implemented kanban view
    niku-odoo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    928b901 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. [ADD] estate_account: added model

    after this commit:
    implemented override method
    implemented create method
    niku-odoo committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ac4c269 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. [IMP] estate: implemented wizard

    after this commit:
    -implemented wizard for multiple property to add offer
    niku-odoo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1b8b674 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. [IMP] estate: implemented of define module data

    after this commit:
     impelemented master data
     implemented demo data
    niku-odoo committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f9ce537 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. [IMP] estate: Implemented PDF Reports

    After this commit:
     Implemented Minimal Template
     Implemented Sub Templeted
     Implemented Report Inheritance
    niku-odoo committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ae252ec View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. [IMP] estate: Implemented Restriction To Data

    after this commit:
    Implemented Access Rights
    Implemented Record Rules
    Implemented Security Override
    niku-odoo committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    896463e View commit details
    Browse the repository at this point in the history
  2. [IMP] estate: Implemented Controller

    after this commit:
         Implemented controller
    niku-odoo committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    13d257e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. [ADD] dental: added new module

    after this commit: -
    - implemented models
    - implemented views, action , menu for the corresponding models
    niku-odoo committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    19ec879 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. [IMP] dental: implemented various views, controller and portal

    After this commit
    - added controller so that dental will be visible in my account
    - implemented invoice in dental
    niku-odoo committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b1b09bf View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. [IMP] dental: implemented various views, controller and portal

    After this commit
    - added controller so that dental will be visible in my account
    - implemented invoice in dental
    niku-odoo committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3ffb31d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. [ADD] installment: added installment app

    After this commit:
    - implemented installment module
    - added wizard button in subscription module
    niku-odoo committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1a23773 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. [IMP] installment: implemented new features

    After this commit:
    
    - Create models for account move, sale order, and res config settings.
    - Implemented wizard for adding EMI with corresponding views.
    - Implemented views for res config settings and sale order.
    niku-odoo committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    903c176 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. [ADD] warranty: implemented Warranty Functionality to Sales and Inven…

    …tory
    
    After this commit:
    
    - Added warranty configuration model and settings.
    - Extended sale order and sale order line models to include warranty fields.
    - Implemented warranty wizard for adding warranties to sale orders.
    - Created views for managing warranty settings and applying warranties to
      products.
    niku-odoo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7bf6e5a View commit details
    Browse the repository at this point in the history