Commit Graph

13 Commits

Author SHA1 Message Date
Carlos Roca
f006353aa4 [IMP] product_contract: Set description under product name instead of description
Using the feature extraLines of Many2one field Component we can add the info under the product and avoid noice on the product description.

You can show this info on the description by using the system parameters:
    - product_contract.show_recurrency
    - product_contract.show_invoicing_type
    - product_contract.show_date
2025-01-27 08:31:15 +01:00
OCA-git-bot
64b9d09502 [BOT] post-merge updates 2024-09-02 07:43:10 +00:00
Carlos Roca
9e8129290a [IMP] product_contract: Add posibility to compute date_start of line 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.
2024-09-02 08:37:45 +02:00
OCA-git-bot
98659097ad [BOT] post-merge updates 2024-06-04 14:59:23 +00:00
David Jaen
317012aac1 [MIG] product_contract: Migration to 17.0 2024-05-08 16:17:59 +02:00
David Jaen
df1331c8aa [IMP] product_contract: pre-commit auto fixes 2024-05-07 13:46:18 +02:00
Rad0van
1b930d402e [MIG] product_contract: Migration to 16.0 2024-05-06 17:49:07 +02:00
OCA-git-bot
92c740e5ce [UPD] README.rst 2024-05-06 17:49:07 +02:00
OCA-git-bot
653f78594f [UPD] README.rst 2024-05-06 17:49:07 +02:00
OCA-git-bot
8269a6505f [UPD] README.rst 2024-05-06 17:49:07 +02:00
OCA-git-bot
ce58428e61 [UPD] README.rst 2024-05-06 17:49:07 +02:00
OCA-git-bot
b60f334642 [UPD] README.rst 2024-05-06 17:49:07 +02:00
Ted Salmon
85adab23c5 [ADD] product_contract: Create module
* Add contract functionality to `product.templates`
* Add logic to create contracts from `sale.order` that contains contract products.
2024-05-06 17:49:07 +02:00