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] awesome_owl: manage components #181

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

Conversation

barracudapps
Copy link

No description provided.

[IMP] estate: setup base init

[IMP] estate: correct model fields

[IMP] estate: setup rights

[REF] estate: add end new line

[REF] estate: change property model file formatting

[IMP] estate: setup form and list views incl. search

[IMP] estate: create menu and its actions

[IMP] estate: declare views and rights for entire module

[ADD] estate: define property types

[IMP] estate: setup base views for property types

[IMP] estate: declare property type model to module

[IMP] estate: display menu to access property types

[REF] estate: insert line for better IDE view

[IMP] estate: display basic filters on property types

[IMP] estate: manage many2one fields on property

[REF] estate: remove unnecessary declaration

[ADD] estate: define tags model base

[IMP] estate: display tags views

[IMP] estate: add tags to properties' parameters

[FIX] estate: update estate/models/__init__.py

Co-authored-by: Thomas Becquevort - thbe <[email protected]>

[IMP] estate: update estate/views/estate_property_tag_views.xml

Make filters more explicit

Co-authored-by: Thomas Becquevort - thbe <[email protected]>

[IMP] estate: update estate/views/estate_property_tag_views.xml

Make filter more explicit

Co-authored-by: Thomas Becquevort - thbe <[email protected]>

[REF] estate: update estate/views/estate_property_tag_views.xml

Remove useless parenthesis

Co-authored-by: Thomas Becquevort - thbe <[email protected]>

[FIX] estate: update estate/views/estate_property_views.xml

Give more explicit name to filter

Co-authored-by: Thomas Becquevort - thbe <[email protected]>

[REF] estate: apply suggested changes

Remove useless parenthesis in views
Remove useless "copy" and "requiered" attributes
Reduce number of lines by coding on single line as much as possible
Give more explicit names on forms
Remove auto-install instruction

[ADD] estate: setup offer model base

Includes base view and rights

[IMP] estate: compute offer and area fields

[IMP] estate: Add a server action for better UX

Problem
---------
Users may want to cancel several houses and flats at once, currently
this is not possible; they have to do it one by one.

Objective
---------
Add a way to cancel several estates in one go.

Solution
---------
Add a server action in the demo data so that it is available for new
users. Old users can create the same server action on their database.

task-123456

[IMP] estate: check if there is a garden to compute surface

[IMP] estate: raise exception on illogical values

Avoids having negative surfaces or number of elements

[REF] estate: use mapping for best offer computation

[FIX] estate: remove useless boolean comparison

[REF] estate: prepare for `_name` property removal

[IMP] estate: change and uncomment offer form creation UI

[IMP] estate: compute offer validity from deadline

Add fixed date on offer creation for computation logic

[IMP] estate: manage default values on garden activation

[IMP] estate: manage offer validation

[IMP] estate: allow user to accept offer from list

Add actions triggered by buttons to press in list view

[IMP] estate: manage advertisement state with buttons

Allow user to change advertisement state with constrains on previous state
Display state banner

[FIX] estate: store best offer in db

[IMP] estate: check unicity on tags and types

[PERF] estate: refactor constraints

[IMP] estate: check if selling price is set before sale validation

[IMP] estate: apply contraints on price and partner

[FIX] estate: compute using date format on creation date

[REF] estate: remove double percent and rename to convention

[IMP] estate: define base ordering rule

[IMP] estate: display status bar and hide buttons based on status

[IMP] estate: display properties minimal list on type forms

[IMP] estate: manage offer removal and status change triggering

[IMP] estate: manage manual reordering

[IMP] estate: set everything up to ch 13

[FIX] estate: use f-string

[REF] estate: add comments on methods

[IMP] estate: define a base icon for module

[ADD] estate_account: setup real estate-linked accounting base

[IMP] estate: insert kanban view and quick fixes

[IMP] estate: complete accounting module
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.

1 participant