Commit Graph

11 Commits

Author SHA1 Message Date
Pedro M. Baeza
1e66a22c61 [IMP] : black, isort, prettier 2023-03-15 12:38:43 +01:00
Jairo Llopis
4e570bd46f [FIX] contract: multi-company assignment notification
Steps to reproduce the problem:

1. Log in as Mitchell Admin.
2. Create contract CNT-A for company CMP-A, assigned to Marc Demo.
3. Create contract CNT-B for company CMP-B, assigned to Marc Demo.
4. Run cron to create recurring invoices.

Actual results:

- Odoo sends automated assignment emails to Marc Demo, which indicate the name of the company activated for `__system__` user whlie the cron was being executed.

Expected results after this patch:

- Odoo sends automated assignment emails to Marc Demo, which indicate the invoice company.

@Tecnativa TT24657
2023-03-15 12:38:43 +01:00
Pedro M. Baeza
e74cc4c023 [FIX] contract: Currency is not editable + pricelist from partner
Previous related field was not accurated nor editable. Now the field is got
properly from a computed field.

Reviewing this, as the currency was taken (and it continues being taken) from the partner
pricelist if no pricelist is explicitly set, automatic price should use the same logic for
using partner pricelist.

Also remove roadmap as already attended
2023-03-15 12:38:43 +01:00
Ernesto Tejeda
69df8ed71a [IMP] contract: add section and notes in contract line 2023-03-15 12:38:43 +01:00
hparfr
a76940b527 Add commercial_partner_id fields into contract module
Remove string attribute
2023-03-15 12:37:40 +01:00
Pedro M. Baeza
46830e1a51 [FIX+IMP+MIG] contract: Several refinements:
* Remove incorrect oldname attributes.
* Add filter on partners for running contracts (+ a support o2m field for that).
* Cover more tables in model renaming + cleaner code using a loop.
* Don't copy contract lines, but rename table + copy contract records on pre.
* Contract code is now populated to "Reference/Description" field in invoice.
* Order on new contract model has been restored to the same as old analytic accounts.
2023-03-15 12:37:40 +01:00
Jordi Ballester Alomar
6b4286aead [FIX] Errors in navigation to customer invoices / vendor bills 2023-03-15 12:37:28 +01:00
OCA-git-bot
346b24ac1b [ADD] icon.png 2023-03-15 12:37:28 +01:00
sbejaoui
09684f1461 [MIG] contract: Migration to 12.0 2023-03-15 12:37:28 +01:00
Axel-G
d9f02962d8 Translated using Weblate (German)
Currently translated at 75.0% (75 of 100 strings)

Translation: contract-11.0/contract-11.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-11-0/contract-11-0-contract/de/

[UPD] README.rst
2023-03-15 12:37:28 +01:00
Roel Adriaans
8277dbc149 [IMP] Fix README.rst
Runbot URL in old README.rst pointed to 10.0 runbot,
fixed by upgrading template
2023-03-15 12:37:28 +01:00