This module extends the functionality of sale module to support food features.
It provides a new model product.allergen
It also adds many fields on product models. (templates and variants)
is_alimentary
, boolean for analysis purpose.best_before_date_day
that mentions for how many days a product can be eaten, after having packed. (for cheese, meats, etc.)is_alcohol
, boolean to mention if the product contains alcohol.allergen_ids
to mention the list of allergens.ingredients
. (free text).
Alls the fields are defined on product.product
model and can be set also
on product.template
models, in a mono variant context.
Table of contents
- Go to 'Sale > Configuration > Allergens' and create new items.
- Go to 'Inventory > Configuration > Product Categories' and check new fields:
Contain Alimentary Products
Contain Vegan Products
Contain Alcohol Products
- Go to 'Sale > Configuration > Product Labels' and update your labels,
setting two new fields
Has Alcohol
andIs Vegan
.
- Go to your product variants or templates form and set the information in the following two tabs.
- It could be great to have the possibility to manage the certification
document that provide certification organization with the following model
res.company.certification
and the fieldscompany_id
,organization_id
,date_start
,date_end
- In the same way, it could be great to have the possibility to store
the certification document of each supplier with the following model
res.partner.certification
and the fieldspartner_id
,organization_id
,date_start
,date_end
- Make a dependency to the new module
product_net_weight
and update algorithm + create a new moduleproduct_volumen_price
. OCA/product-attribute#894
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
- GRAP
- Julien WESTE
- Sylvain LE GAL (https://www.twitter.com/legalsylvain)
This module is part of the grap/grap-odoo-business project on GitHub.
You are welcome to contribute.