valvi - technical training - #1388
Conversation
qucol-odoo
left a comment
There was a problem hiding this comment.
Helloo, thank you for your great work 🙏 I left a few comments, try to apply them whenever you find the time :) It's also a good practice to try to have a green runbot, you can see the current issues on the runbot build page :)
d6af469 to
056ee98
Compare
52ec011 to
807efd6
Compare
d875cee to
c1c10ba
Compare
qucol-odoo
left a comment
There was a problem hiding this comment.
Very good job overall 👍 👏 I just left a few comments
In a real case scenario, it wouldn't make much sense to have commits fixing issues from other commits belonging to the same PR, because it means that you are introducing an issue and fixing it simultaneously: it would be better to simply not introduce it at all. It would be a great exercise for you to try to get rid of all the [FIX]/[CLN]/... commits in your PR (hint: you should probably use git rebase -i). Ultimately you could also squash commits to have one per chapter, or even squash everything as one big [ADD] commit, it's kinda up to you, as long as you experiment a bit with the interactive rebasing (mostly the edit and squash options) :)
[IMP] estate: refuse other offers once one gets accepted [CLN] estate: cleanup + linting [PERF] estate: make invoices in batch [FIX] estate: typo in variable name [LINT] estate: adhere to guidelines for xmlid [FIX] estate: return the super create on overwrite [LINT] estate: remove unnecessary invisible field modified: estate/views/estate_property_views.xml new file: git-challenge.txt modified: estate/views/estate_property_views.xml [IMP] estate: minor test cases [FIX]: review
eb53f3a to
0180936
Compare

No description provided.