Skip to content

Comments

19.0 mig product contract gf#3

Merged
stferraro merged 107 commits into19.0from
19.0-mig-product_contract-gf
Feb 2, 2026
Merged

19.0 mig product contract gf#3
stferraro merged 107 commits into19.0from
19.0-mig-product_contract-gf

Conversation

@stferraro
Copy link

No description provided.

@stferraro stferraro requested a review from raulovallet February 2, 2026 21:26
Ted Salmon and others added 29 commits February 2, 2026 18:39
* Add contract functionality to `product.templates`
* Add logic to create contracts from `sale.order` that contains contract products.
* Change the method called in the view
* Complete the create_invoice method
* Bump version + authoring
* Correct bad call of method
  Small Documentation
* Add super call in python test
* FIX bad field names causing bad quantities in sale.order.line
- On Sale Order confirmation, a contract is created for each contract template used on sale order lines
- A not finished contract can be mentioned on sale order line
- A sale order line linked to a contract will update it and don't create a new one if it had the same template
recurring_next_date should be computed by contract line to get default value
- Sale order line for contract product pass to nothing to invoice on order confirmation
- Contract Invoices are linked to sale order line
…lylastday

for the monthlylastday case, pre-paid is logicly impossible,
if monthlylastday is set, we consider only post-paid case
mourad-ehm and others added 28 commits February 2, 2026 18:39
…ree not editable

Before this changes, when trying to edit a line of sale order, it was
opening the form of the line. But following the way to work of odoo
with sale event, we have make a new contract configurator that will
be opened when selecting a product of type contract.
…using confirmation date_start

With these changes, we allow the contract line start date to be computed
using the order confirmation date. When the product is configured with
any of the options set in contract_start_date_method other than manual,
the start date will be calculated based on the established date and the
selected period.

Additionally, we can force the month in which we will work in case the
frequency is yearly, quarterly, or semesterly.

Is not added support for daily, weekly or monthlylastday in this commit.
…ttings

[IMP] product_contract: add Recurrence Number to compute start and end dates

[FIX] product_contract: add sol name dependes

[IMP] product_contract: add recurrence interval

[IMP] product_contract: add recurring_interval
…d to recurrence_number

for more clarity rename default_qty to recurrence_number
…ack a contract template

Before this commit, confirming a sales order would raise an exception if any line lacked a configured contract template, preventing the creation of the contract.

Now, sales order lines without a contract template are automatically added to a new contract without a template, allowing the process to continue seamlessly.
@stferraro stferraro force-pushed the 19.0-mig-product_contract-gf branch from f415693 to 9b1153e Compare February 2, 2026 22:51
@stferraro stferraro merged commit 355ff6d into 19.0 Feb 2, 2026
3 of 4 checks passed
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.