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: create estate.property model and initial views #107

Draft
wants to merge 21 commits into
base: 17.0
Choose a base branch
from

Commits on Aug 1, 2024

  1. [ADD] estate: create estate.property model and initial views

    - Added `estate.property` model
    - Created initial views for the model
    - Added menus under Advertisement -> Property
    - Covered content up to Chapter 5
    amya-odoo committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4f44de4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. [ADD] estate: created tree ,form, search in estate module

    - Created tree ,form  and search in estate module
    - Created to show the smiling_face when property record data not found on
      default search
    - Covered content up to Chapter 6
    amya-odoo committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    39a6abb View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. [ADD] estate: done relation mapping between models, estate_type, offe…

    …r, tag
    
    - Done mapping Many2one between estate_property to estate_property_type.
    - Done mapping Many2many between estate_property to
      estate_property_tag
    - Done mapping One2Many between estate_property to estate_property_offer
    - Also their views and menu
    - Covered content up to Chapter 7
    amya-odoo committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0db7313 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. [ADD] estate: best offer, validity date, sold/canceled buttons, SQL c…

    …onstraint
    
    - Create Best Offer field with computed
    - Create the Offer date with Validation date
    - Create sold, canceled, accepted, refused button
    - Create validation warning on negative number
    - Add SQL constraint
    - Covered from chapter 8 to 10
    amya-odoo committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9564242 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. [ADD] estate: add sprinkles, colored offers/tag, add stat/accepte/ref…

    …use button
    
    - Add inline view and make editable
    - Add sequence and widget
    - Add conditional button on Offer and State
    - Add invisible, optional, editable filled
    - Add related fields in model property_type_id
    - Add Offer view from property_type
    - Covered chapter 11
    amya-odoo committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    cae8bfd View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. [ADD] estate: models method, inherited the res.users, add estate_acco…

    …unt module
    
    - Add ondelete decorator in models and override the models method
    - Created the res_user_model and inherit the res.users
    - Add new module estate_account
    - Create the invoice on action of property sold from estate_account to invoice
    amya-odoo committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    090fd5b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. [ADD] estate: Add other model interaction and demo data

    - Make interaction between other  model account
    - Add demo data of property
    - Covered chapter 13 and Demo data module
    amya-odoo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b189355 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. [ADD] estate: Add report for the property, salesman, invoice

    - Implemented a property offers PDF report using QWeb templates.
    - Created estate_property_templates.xml to define the report template for
    - displaying property offers.
    - Added estate_property_reports.xml for the ir.actions.report to include the
      report in the module's business logic.
    - Enhanced the report by adding logic to conditionally handle cases with no
      offers using t-if and t-else.
    - Introduced a sub-template to separate the table portion of the offers,
      promoting code reuse.
    - Created a new report for res.users to list all the Real Estate Properties
      for a salesperson, including property offers.
    - Extended the property report in the estate_account module to include
      invoice information for sold properties using QWeb inheritance.
    amya-odoo committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    27fc6ce View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. [IMP] estate: created controller of estate to access in website

    - Created the controller in estate
    - Add pagination
    - Add redirect of property detail view
    - Covered the controller section
    amya-odoo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    50bb5db View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. [IMP] estate: implemented the Wizard and Access Right to agent and Ma…

    …nager
    
    - Implemented the Wizard to add Offer on multiple properties
    - Created Agent and Manger
    - Implemented the Access Right to Agent and Manager
    amya-odoo committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6dd52ac View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. [IMP] estate: Added new wizard task

    - Added new module make meeting
    - created a new meeting function to add event to calendar
    amya-odoo committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1e0cd9a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. [ADD] dental: created dental module

    - Created models
    - Created required views
    - Create ir.model.access.csv file
    amya-odoo committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    45c7b7d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. [IMP] dental: tag view and model included

    - ADD the models Tags
    - ADD views Tags
    amya-odoo committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    58784c3 View commit details
    Browse the repository at this point in the history
  2. [IMP] dental: invoice

    - ADD the report
    - ADD the invoice
    - Visible on Website
    amya-odoo committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    028d494 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. [ADD] dental: added controller,created web template

    - Add controller for patients, history
    - Add web template
    - Design UI
    - Add demo data
    - Add static files
    amya-odoo committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9b8798f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. [IMP] dental: controller for form view personal, medial history

    - Personal form view from controller
    - Medical History form view from controller
    - Dental history list view on click open form view
    amya-odoo committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a688159 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. [ADD] installment: created new module and add features

    - Add setting section for installment
    - Add wizard for Add EMI
    - Add Button for document module redirect
    amya-odoo committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    bb55acf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. [IMP] installment: implemented the invoice cron and doc upload

    - Implemented the invoice schedule when exceed the delay process day
    - Implemented the Document Upload  request smart button
    amya-odoo committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    16712c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. [IMP] installment: implemented the document upload request wizard

    - Implemented document upload wizard
    - Modifies the new invoice creation
    amya-odoo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ababe7f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. [ADD] warranty: created new module warranty

    - Add warranty wizard
    - Add warranty check box
    - Add warranty config in setting
    - Add warranty config tree view editable
    amya-odoo committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0b1f226 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. [IMP] warranty: implemented the on delete warranty with product

    - Implement the on delete on sale order line to delete the product then delete
      the warranty product also.
    amya-odoo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f863581 View commit details
    Browse the repository at this point in the history