Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.1.1
Category
MRP
Folder size
0.12 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 07:31:54
Authors
Odoo Community Association (OCA), Eficent
Maintainers
Odoo Community Association (OCA), Eficent
Committers
eLBati, Holger Brunn, Weblate, OCA Transbot, OCA-git-bot, oca-travis, Kitti U
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form_auto_post_inventory mrp.production.auto.post.inventory.settings.form res.config.settings form Inherits mrp.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • do_produce(self)
    @api.multi

New fields (1)
  • to_post_inventory_cron Boolean
    help='Checked if configured in settings to auto post-inventory by scheduler. Unchecked when post-inventory is done' string='To Post-Inventory by Job' track_visibility='onchange'
Public methods (1)
  • post_inventory(self)
    @api.multi

New fields (2)
  • mrp_production_auto_post_inventory Boolean
    help='Sets to automatic the post-inventory step in a manufacturingorder. The inventory will be automatically posted after some quantity has been produced' string='Production Auto Post-Inventory'
  • mrp_production_auto_post_inventory_cron Boolean
    help='Defer auto post-inventory by scheduled job' string='Auto Post-Inventory by Scheduler'
Public methods (0)

No public methods.

New fields (2)
  • mrp_production_auto_post_inventory Boolean
    readonly=False related='company_id.mrp_production_auto_post_inventory'
  • mrp_production_auto_post_inventory_cron Boolean
    readonly=False related='company_id.mrp_production_auto_post_inventory_cron'
Public methods (0)

No public methods.

Loading…