-
Notifications
You must be signed in to change notification settings - Fork 2.3k
eadi - Technical Training #853
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
EduardD22
wants to merge
19
commits into
odoo:18.0
Choose a base branch
from
EduardD22:18.0-technical-training-eadi
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
+646
−0
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
…ds in the db, name and description
….model.access.csv and linking it in the manifest
…ist, added more fields in the model with default values and attributes
…ps between them, modified the views, the menus and the security file.
… the deadline or validity date
…unction to set a default value when garden is checked
…thon constraint to raise a validation error when an offer is accepted with a price that it's lower than 90% of the expected price
…order of the records in the list, added status bar, made some buttons invisible based on specific conditions, added decorations.
…ice of the current offer with the highest price of the existing ones before creation record, set the state to "offer received" after creation offer if state was "new", prevented deletion of the record if not new or cancelled using api.ondelete, added property_ids to the inherited model res.users, created the res_users_views.
…inked estate with accounting, inherited estate_property and overrided the action_sold method to create an invoice when property is sold, created kanban view for properties
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.
Technical Training Progress - Chapter 1-2