Skip to content

Latest commit

 

History

History
 
 

product_food

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Products - Food Informations

Beta License: AGPL-3 grap/grap-odoo-business

This module extends the functionality of sale module to support food features.

It provides the new models: * certifier.organization

  • product.allergen

It also adds many fiels on product models. (templates and variants)

  • is_alimentary, boolean for analysis purpose.
  • certifier_organization_id
  • is_uncertifiable for alimentary products that can not be certifiable. (like products that come from the sea)
  • 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.
  • origin_type to mention if ingredients come from EU or not.
  • allergen_ids to mention the list of allergens.
  • ingredients and allergens. (free texts).

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.
https://raw.githubusercontent.com/grap/grap-odoo-business/12.0/product_food/static/description/product_allergen_form.png
  • Go to 'Sale > Configuration > Certifier Organizations' and create new items.
https://raw.githubusercontent.com/grap/grap-odoo-business/12.0/product_food/static/description/certifier_organization_form.png
  • Go to 'Inventory > Configuration > Product Categories' and check new field is_alimentary for categories that contains food products.
https://raw.githubusercontent.com/grap/grap-odoo-business/12.0/product_food/static/description/product_category_form.png
  • Go to 'Sale > Configuration > Product Labels' and update your labels, setting two new fields organic_type and is_alcohol.
https://raw.githubusercontent.com/grap/grap-odoo-business/12.0/product_food/static/description/product_label_form.png

To use this module, you need to to your product variants or templates and set the information in the following two tabs.

https://raw.githubusercontent.com/grap/grap-odoo-business/12.0/product_food/static/description/product_label_form_alimentary_information.png
https://raw.githubusercontent.com/grap/grap-odoo-business/12.0/product_food/static/description/product_label_form_alimentary_composition.png
  • 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 fields company_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 fields partner_id, organization_id, date_start, date_end
  • Make a dependency to the new module product_net_weight and update algorithm + create a new module product_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

This module is part of the grap/grap-odoo-business project on GitHub.

You are welcome to contribute.