Ecocentral/ecocentral#172: migrate purchase_rappel to 18.0

This commit is contained in:
Luis 2026-06-23 14:28:38 +02:00
parent 1d6747e703
commit a754df3914
24 changed files with 1588 additions and 0 deletions

View file

@ -0,0 +1,15 @@
When a vendor bill is created for a partner with rappel enabled, the bill is automatically marked as **Pending Commission**. This flag is visible in the vendor bill list and form views.
To generate rappel invoices:
1. Go to **Invoicing > Vendors > Bills**.
2. Select one or more posted vendor bills with pending commission.
3. Click **Action > Create Rappel Commission Invoice**.
4. In the wizard, confirm the **Invoice Date**, **Journal**, and **Product**.
5. Click **Create Rappel Invoice(s)**.
The system will create one sale invoice per vendor, with one line per original bill. The commission amount is computed as:
taxable_base × commission_rate / 100
The original vendor bills are automatically unmarked as pending.