-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Migration to version 13.0 #386
Comments
I'm working on |
Hello @newtratip Beware that we are discussing converging Please open a specific issue if the migration of CC: @alexis-via @sbejaoui |
ok |
Hello, can you point me to this discussion? I have some interest in this with the work about service level agreement / terms and conditions (and this is related to #397 and #398 and the work I initiated on #396 for 12.0 and for which I need a migration path to 13.0) |
@gurneyalex The discussion happened during the OCA Days in LLN. The result of the discussion is the description of this issue (renaming/merging modules). |
thanks |
I personally generally agree with the idea of converging contract and agreement, as briefly discussed in LLN. The details on how to do this are far from clear in my mind, though. Would it be worth fleshing out the plan a little bit? A few notes:
I'm not sure about renaming More difficult questions can probably arise if we start thinking about the relationship between sale order and contract / agreement (currently in module |
My understanding of the different use cases and a proposal of module name: @alexis-via needs an object with a name --> base_contract |
Another use case is the use of "framework contract" which is an extension of agreement_legal (possibly), where prices and/or cost are set depending on being within/outside of the contract |
Since contract no more depends of analytic, I'm agreed with @sbidoul. It seems than @alexis-via needs is just above than just the name #144 ;-) |
I proposed contract because the name is shorter than agreement and I am lazy :)
Yes
A pseudo copy of the sale order line that were sold: it only has product and quantity
There is no relationship yet. Agreement does NOT support recurring invoicing. |
What do you think of:
|
+ 1 You may have |
@sbidoul @bealdav @gurneyalex @ygol
|
Do agreement_account necessarily mean recurring invoicing? I kind of remember @alexis-via had other requirement wrt to the invoice / agreement relationship. Regarding lines, I'm not sure at all it is possible to conflate generic agreement lines with lines used for the purpose of recurring invoicing. (note I don't know use cases for generic agreement lines).
Regarding agreement_sale, there is probably a difference between selling such "generic" agreement lines, and selling lines for the purpose of recurring invoicing (as done in It could be we need two sets of lines in agreement for different purposes. Which may or may not be a problem. |
The agreement lines define the scope covered by the agreement, what you are supposed to provide. It could be inventory items or services. |
not blocking but Everybody know than invoice depends on account whatever accounting refactor ;-) It's not ambiguous. |
|
@aschlager it depends also on you: if you review current PRs, you can check the state and approve it if it's everything OK for its final inclusion in the repo. |
I'm working on |
I'm working on |
contract_mandate #559 |
contract_payment_mode #558 |
product_contract #561 |
FYI, due to the failure to introduce a proper base_contract module in odoo v13 (and it seems it will be the same for v14, because there is already a PR to port contract to v14 that don't rely on base_contract), I'll stop my efforts to try to have a base_contract module that fits my (simple) needs. So I won't maintain my "agreement" module in OCA/contract and I'll find other solutions for my (simple) needs. I have very large PRs on other repos that are blocked because of this mess and I don't want to be impacted by this on v14. |
Hi!! I would like to manage content contract and print contract as module |
Sorry, I am late with the discussion. I and @newtratip was using agreement_legal and contract modules, and they works for us. We will need the equivalent modules soon and wanted to join the party. But frankly, I am quite lost in the discussion. What is the state of work here? @max3903 Are we agreed upon -> #386 (comment) @alexis-via do you suggest us to migrate agreement / agreement_legal ? What is your pov? Thank you! |
I am also using agreement_legal and also unable to understand where it is heading. |
@ygol for us, we think they are relevant. When we use it together, we did created a new module
|
@ygol you don't use both agreement and contract? |
no. my customers are using agreement_legal (used by lawyer) and linked to extended project and tasks to control that operations take place within a legal agreement in regard of prices and quantities. Invoicing (accounting) comes at a later stage (getting the prices and quantities that where processed) |
Our team will start to migrate agreement / agreement_legal |
I will work on contract_price_revision on my free time. I will add enhancement to take into account fix price update. |
Came across an error while upgrading from Odoo 12 to 13 (can't compare bool and datetime with '>') |
I'm working on |
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-13.0
Modules to migrate
Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list
The text was updated successfully, but these errors were encountered: