-
Notifications
You must be signed in to change notification settings - Fork 2.1k
18.0 tutorial module data aras #809
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
Open
abdrahmanrashed
wants to merge
23
commits into
odoo:18.0
Choose a base branch
from
odoo-dev:18.0-tutorial-module-data-aras
base: 18.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
18.0 tutorial module data aras #809
abdrahmanrashed
wants to merge
23
commits into
odoo:18.0
from
odoo-dev:18.0-tutorial-module-data-aras
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s, and added ability to set property types for properties. -Created the estate property tag with action, to add tags to properties. -Added settings menu to contain the type and tag menus. -Created estate property offer model with list and form views, to provide ability for partners to set offers on available properties. -Gave security access to new models.
…the total area of the property, and added a compute method for it. - Created a best price field in estate method to determine the best price in all offers, and a compute method for it. -Created deadline and validity fields for offers to set a maximum time for offer validities, and created compute methods to compute them from each other so only 1 value needs to be inserted. - (ch8 tutorial)
…/sold) of estate.property. -Created buttons and actions to set the status(accepted/refused) of estate.property.offer. -Update the buyer and selling_price of estate.property when a correspondung estate.property.offer is accepted. -Set all action/compute loops to iterate on records for better practice and clarity. -(ch9)
… is positive and in estate.property.offer to ensure price is positive. -Created constraints in estate.property.tag and estate.property.type to ensure all tags and types are unique -Changed menu names to comply with coding guidelines. -(ch10)
…ch property. -Created a widget to display property status in property form view. -Added ordering for properties, offers, tags, and types for deterministic ordering. -Added ability to manually order property types. -Added ability to set/change colors for property tags. -Set garden fields in properties to conditionally appear only if a garden is set. -Made the offer accept and refuse to conditionally disappear once the choice is set. -Made it impossible to add new offers to a property once it is sold or cancelled. -Made it possible to change offers and tags from list views. -Made property date availability optional and hidden by default. -Added decorations to color code offer states. -Added decorations to color code offer states. -Added a filter to make available properties selected by default. -Added a filter domain to search for properties with a given area or more. -Added a state button to view for property types all offers for houses of that type.
…er than existing ones. -Allowed properties to be deleted iff they are new or cancelled. -Added a list view for user page for all properties they have an offer for. -(ch12)
-Added 100 administraction fees and 6% tax on property in invoices.
-Set best price in kanban property view to appear iff property state is offer_received. -Set Selling price in kanban property view to appear iff property state is offer_accepted. -Group properties in kanban view by type. -(ch14)
…e module installation.
…d/cancelled property. -Added check to raise an error if a property is sold without any offer accepted. -Created tests cases to verify total area calculation, verify action_property_sold, and verify offer creation for sold property. -Added missing new lines in some files.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.