Skip to content

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
wants to merge 23 commits into
base: 18.0
Choose a base branch
from

Conversation

abdrahmanrashed
Copy link

No description provided.

…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)
@robodoo
Copy link

robodoo commented Jun 4, 2025

Pull request status dashboard

…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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants