https://github.com/opusvl/odoo-account-extras
Copy extra details into invoices.
https://github.com/opusvl/odoo-account-extras
making-tax-digital mtd odoo vat
Last synced: 7 months ago
JSON representation
Copy extra details into invoices.
- Host: GitHub
- URL: https://github.com/opusvl/odoo-account-extras
- Owner: OpusVL
- License: agpl-3.0
- Created: 2016-11-24T14:33:51.000Z (almost 9 years ago)
- Default Branch: 8.0
- Last Pushed: 2022-02-14T10:46:16.000Z (over 3 years ago)
- Last Synced: 2025-01-20T17:35:03.764Z (9 months ago)
- Topics: making-tax-digital, mtd, odoo, vat
- Language: Python
- Homepage:
- Size: 1.39 MB
- Stars: 1
- Watchers: 10
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# account\_invoice\_delivery\_address
Add delivery address field to Invoices.
Note this exposes it in the UI, and makes it available, but does not add it to the printouts.
The technical name of the field is `partner_shipping_id` on model `account.invoice`.
# account\_invoice\_delivery\_address\_sale
Copy delivery address when creating an invoice from a Sale Order.
Installed automatically if `account_invoice_delivery_address` and `sale` are installed together.
# account\_invoice\_delivery\_address\_stock
Copy delivery address when creating an invoice from a Delivery Order.
Installed automatically if `account_invoice_delivery_address` and `stock` are installed together.
# account\_invoice\_line\_edit\_form
In the invoice form, force the form to be used when the user adds or edits an invoice line, rather than
editing inline.This enables you to add richer fields and features to the invoice line GUI than can be achieved in the tree view.
# Copyright and License
Copyright (C) 2016 OpusVL
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .If you require assistance, support, or further development of this
software, please contact OpusVL using the details below:* Telephone: +44 (0)1788 298 410
* Email: community@opusvl.com
* Web: http://opusvl.com