https://github.com/opusvl/odoo-printout-extras
Helper fields for common Odoo printout customisations
https://github.com/opusvl/odoo-printout-extras
Last synced: over 1 year ago
JSON representation
Helper fields for common Odoo printout customisations
- Host: GitHub
- URL: https://github.com/opusvl/odoo-printout-extras
- Owner: OpusVL
- License: agpl-3.0
- Created: 2016-03-17T11:59:26.000Z (about 10 years ago)
- Default Branch: 8.0
- Last Pushed: 2016-03-18T15:38:01.000Z (about 10 years ago)
- Last Synced: 2025-01-20T17:34:55.950Z (over 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
odoo-printout-extras
====================
# Data Modules
The following modules provide data fields that are useful in rendering customised
reports. They do not alter the base reports themselves.
## `purchase_order_split_sku_fields`
Adds two new computed fields to `purchase.order.line`:
* `product_sku` - the default code from the chosen product
* `description_without_sku` - the `name` field with the string `[product_sku]` stripped off
## `purchase_order_supplier_product_fields`
Adds a `supplier_product_code` field to `purchase.order.line`, computed based upon
entries in the `product_id.seller_ids` field.
# 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