The module looks good.
* I miss a view, which shows the BOM setup of a
product, like a nested tree::
Product/BOM quantity UOM
-------------------------------------------
* Product A 1 u
BOM 1
* Product B 3 u
BOM 3
* Product D 10 u
* Product E 10 u
* Product A.2
BOM 4
* Product F 16 u
BOM 2
* Product C 2 u
-----------------------------------------
* I have not found any recursion check for the BOM input
and outputs. Is it not needed?
* Why is it needed to have to define the output-product
twice? First time I declare the output product in
Production Management > Configuration > BOM's and next
time I must enable the specific BOM on the product itself.
For me a product which is an output product in one or
more BOM's, could have always added these BOM's.
http://codereview.appspot.com/4306055/diff/1/INSTALL
File INSTALL (right):
http://codereview.appspot.com/4306055/diff/1/INSTALL#newcode2
INSTALL:2: =============================
is this name good? Is it not better to name it production_bom? But I have no
idea, if a base production module can or should not be separated from bom
functionality.
http://codereview.appspot.com/4306055/diff/1/production.xml
File production.xml (right):
http://codereview.appspot.com/4306055/diff/1/production.xml#newcode15
production.xml:15: <menuitem name="Production Management" id="menu_production"
sequence="10"/>
In the test installation the menu entry Production Management is ordered after
Administration. But I think administration should be the last menu entry.
On 2011/03/29 07:58:52, udono wrote:
> The module looks good.
>
> * I miss a view, which shows the BOM setup of a
> product, like a nested tree::
>
> Product/BOM quantity UOM
> -------------------------------------------
>
> * Product A 1 u
> BOM 1
> * Product B 3 u
> BOM 3
> * Product D 10 u
> * Product E 10 u
> * Product A.2
> BOM 4
> * Product F 16 u
> BOM 2
> * Product C 2 u
> -----------------------------------------
This is not a trivial things because the quantity value must depend of the
quantity of the parent but the same line can be displayed many times. I will
think about a solution.
> * I have not found any recursion check for the BOM input
> and outputs. Is it not needed?
I don't know. I think you could have a production where all input products are
not used but it is required to have them.
> * Why is it needed to have to define the output-product
> twice? First time I declare the output product in
> Production Management > Configuration > BOM's and next
> time I must enable the specific BOM on the product itself.
On the product you define which BOM can be used to produce this product. But you
could have other BOM's that also product this one but not in an optimal way.
> For me a product which is an output product in one or
> more BOM's, could have always added these BOM's.
>
> http://codereview.appspot.com/4306055/diff/1/INSTALL
> File INSTALL (right):
>
> http://codereview.appspot.com/4306055/diff/1/INSTALL#newcode2
> INSTALL:2: =============================
> is this name good? Is it not better to name it production_bom? But I have no
> idea, if a base production module can or should not be separated from bom
> functionality.
I hope to complete it later with production order etc.
> http://codereview.appspot.com/4306055/diff/1/production.xml
> File production.xml (right):
>
> http://codereview.appspot.com/4306055/diff/1/production.xml#newcode15
> production.xml:15: <menuitem name="Production Management" id="menu_production"
> sequence="10"/>
> In the test installation the menu entry Production Management is ordered after
> Administration. But I think administration should be the last menu entry.
Patch submited
13 years, 4 months ago
(2011-11-14 10:29:38 UTC)
#10
https://codereview.appspot.com/4306055/diff/35001/bom.py
File bom.py (right):
https://codereview.appspot.com/4306055/diff/35001/bom.py#newcode33
bom.py:33: return quantity / output.quantity
On 2011/10/15 16:44:45, udono wrote:
> Missing copy method. It is not possible to duplicate BOMS.
Done.
https://codereview.appspot.com/4306055/diff/35001/bom.xml
File bom.xml (right):
https://codereview.appspot.com/4306055/diff/35001/bom.xml#newcode241
bom.xml:241: <field name="window" eval="True"/>
On 2011/10/15 16:44:45, udono wrote:
> Iam not sure if it is good to use window here.
> When making a sale quotation using a product with bom, open this product, and
> show the BOM Tree, the wizard open in the background window. So I need to
close
> some dialog windows, to check the bom tree.
>
> But maybe it is a little misconception for window wizards, to use always the
> main window in background, even, when there is a dialog open, which restricts
> the edition of the backround window?
>
> What do you think?
This is something no more possible in 2.2 as the relate buttons are only show in
main tabs. But there is still the right click.
But any way, with the no-modal you can switch from one tab to an other even if
there is a popup.
https://codereview.appspot.com/4306055/diff/52001/bom.xml File bom.xml (right): https://codereview.appspot.com/4306055/diff/52001/bom.xml#newcode225 bom.xml:225: <record model="ir.action.wizard" id="wizard_bom_tree_open"> This wizard is no longer working ...
13 years, 4 months ago
(2011-12-07 01:33:40 UTC)
#12
13 years, 4 months ago
(2011-12-07 10:56:54 UTC)
#15
https://codereview.appspot.com/4306055/diff/52001/bom.xml
File bom.xml (right):
https://codereview.appspot.com/4306055/diff/52001/bom.xml#newcode225
bom.xml:225: <record model="ir.action.wizard" id="wizard_bom_tree_open">
On 2011/12/07 01:33:41, udono wrote:
> This wizard is no longer working in 2.2. if I open a related Bom tree record
and
> set the values, nothing happend after pressing 'ok'.
The version is based on trunk and I just test it the wizard and it works.
I also test on 2.2 and it also works.
13 years, 4 months ago
(2011-12-07 11:09:10 UTC)
#16
On 2011/12/07 10:56:54, ced wrote:
> https://codereview.appspot.com/4306055/diff/52001/bom.xml
> File bom.xml (right):
>
> https://codereview.appspot.com/4306055/diff/52001/bom.xml#newcode225
> bom.xml:225: <record model="ir.action.wizard" id="wizard_bom_tree_open">
> On 2011/12/07 01:33:41, udono wrote:
> > This wizard is no longer working in 2.2. if I open a related Bom tree record
> and
> > set the values, nothing happend after pressing 'ok'.
>
> The version is based on trunk and I just test it the wizard and it works.
> I also test on 2.2 and it also works.
It opens the bom tree? On my side it opens nothing, the wizard just closes
without any feetback, an Iam back on the products view where I started the
wizard. Strange.
On 2011/12/07 11:09:10, udono wrote: > On 2011/12/07 10:56:54, ced wrote: > > https://codereview.appspot.com/4306055/diff/52001/bom.xml > ...
13 years, 4 months ago
(2011-12-07 11:35:34 UTC)
#17
On 2011/12/07 11:09:10, udono wrote:
> On 2011/12/07 10:56:54, ced wrote:
> > https://codereview.appspot.com/4306055/diff/52001/bom.xml
> > File bom.xml (right):
> >
> > https://codereview.appspot.com/4306055/diff/52001/bom.xml#newcode225
> > bom.xml:225: <record model="ir.action.wizard" id="wizard_bom_tree_open">
> > On 2011/12/07 01:33:41, udono wrote:
> > > This wizard is no longer working in 2.2. if I open a related Bom tree
record
> > and
> > > set the values, nothing happend after pressing 'ok'.
> >
> > The version is based on trunk and I just test it the wizard and it works.
> > I also test on 2.2 and it also works.
> It opens the bom tree? On my side it opens nothing, the wizard just closes
> without any feetback, an Iam back on the products view where I started the
> wizard. Strange.
Scenario:
* trytond 2.2 on tip from repos http://hg.tryton.org/2.2/trytond
* installed module from this codereview patch set 6
* Setup
* Create a Bom with some input products, qty, uom. Create an output product,
qty, uom.
* Open Product form, choose output product
* Choose action "Open a related record..." / Bom tree
* In the window wizard give a quantity, press OK
* IS: Now the wizard closes, and you are back at the Product form
* SHOULD: The wizard should close and open a tree view with
the BOM, titled as "BOM Tree".
On 2011/12/07 11:35:34, udono wrote: > On 2011/12/07 11:09:10, udono wrote: > > On 2011/12/07 ...
13 years, 4 months ago
(2011-12-07 11:41:35 UTC)
#18
On 2011/12/07 11:35:34, udono wrote:
> On 2011/12/07 11:09:10, udono wrote:
> > On 2011/12/07 10:56:54, ced wrote:
> > > https://codereview.appspot.com/4306055/diff/52001/bom.xml
> > > File bom.xml (right):
> > >
> > > https://codereview.appspot.com/4306055/diff/52001/bom.xml#newcode225
> > > bom.xml:225: <record model="ir.action.wizard" id="wizard_bom_tree_open">
> > > On 2011/12/07 01:33:41, udono wrote:
> > > > This wizard is no longer working in 2.2. if I open a related Bom tree
> record
> > > and
> > > > set the values, nothing happend after pressing 'ok'.
> > >
> > > The version is based on trunk and I just test it the wizard and it works.
> > > I also test on 2.2 and it also works.
> > It opens the bom tree? On my side it opens nothing, the wizard just closes
> > without any feetback, an Iam back on the products view where I started the
> > wizard. Strange.
>
> Scenario:
>
> * trytond 2.2 on tip from repos http://hg.tryton.org/2.2/trytond
> * installed module from this codereview patch set 6
> * Setup
> * Create a Bom with some input products, qty, uom. Create an output product,
> qty, uom.
> * Open Product form, choose output product
> * Choose action "Open a related record..." / Bom tree
> * In the window wizard give a quantity, press OK
> * IS: Now the wizard closes, and you are back at the Product form
> * SHOULD: The wizard should close and open a tree view with
> the BOM, titled as "BOM Tree".
Hum, now it works without patch on my side, too. Stranger then strange. I test a
little more.
On 2011/04/03 13:20:35, ced wrote: > On 2011/03/29 07:58:52, udono wrote: > > * Why ...
13 years, 3 months ago
(2011-12-20 13:32:06 UTC)
#19
On 2011/04/03 13:20:35, ced wrote:
> On 2011/03/29 07:58:52, udono wrote:
> > * Why is it needed to have to define the output-product
> > twice? First time I declare the output product in
> > Production Management > Configuration > BOM's and next
> > time I must enable the specific BOM on the product itself.
>
> On the product you define which BOM can be used to produce this product. But
you
> could have other BOM's that also product this one but not in an optimal way.
A solution would be to add a boolean on the production.bom.output model that
tells if this output is the preferred way to produce this product.
On 20/12/11 13:32 +0000, bertrand.chenal@b2ck.com wrote: > On 2011/04/03 13:20:35, ced wrote: > >On 2011/03/29 ...
13 years, 1 month ago
(2012-02-14 09:16:58 UTC)
#20
On 20/12/11 13:32 +0000, bertrand.chenal@b2ck.com wrote:
> On 2011/04/03 13:20:35, ced wrote:
> >On 2011/03/29 07:58:52, udono wrote:
>
> >> * Why is it needed to have to define the output-product
> >> twice? First time I declare the output product in
> >> Production Management > Configuration > BOM's and next
> >> time I must enable the specific BOM on the product itself.
>
> >On the product you define which BOM can be used to produce this
> product. But you
> >could have other BOM's that also product this one but not in an
> optimal way.
>
> A solution would be to add a boolean on the production.bom.output model
> that tells if this output is the preferred way to produce this product.
Also the current design allow the definition of BOM in 2 steps.
- Creation of a new BOM by the user in charge of it.
- Put the BOM in production which means switch to the new BOM. This
could be the job of someone else.
--
Cédric Krier
B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.krier@b2ck.com
Website: http://www.b2ck.com/
http://codereview.appspot.com/4306055/diff/119006/stock.xml File stock.xml (right): http://codereview.appspot.com/4306055/diff/119006/stock.xml#newcode35 stock.xml:35: When try to install the module, with the next ...
12 years, 11 months ago
(2012-04-12 05:29:08 UTC)
#34
http://codereview.appspot.com/4306055/diff/119006/stock.xml
File stock.xml (right):
http://codereview.appspot.com/4306055/diff/119006/stock.xml#newcode35
stock.xml:35:
When try to install the module, with the next part I get the error:
[Thu Apr 12 03:02:55 2012] INFO:modules:production:loading stock.xml
[Thu Apr 12 03:02:56 2012] ERROR:sql:Wrong SQL: INSERT INTO "stock_location"
("code","right","name","active","type","left", create_uid, create_date) VALUES (
'PROD', 0, 'Production', true, 'production', 0, 0,
'2012-04-12T03:02:56.014858'::timestamp) RETURNING id
/trytond/trytond/model/modelsql.py:362: DeprecationWarning: With-statements now
directly support multiple context managers
Transaction().set_user(0)):
[Thu Apr 12 03:02:56 2012] ERROR:convert:Error while parsing xml file:
In tag record: model stock.location with id location_production.
Traceback (most recent call last):
File "/bin/trytond.py", line 7, in <module>
execfile(__file__)
File "/trytond/bin/trytond", line 105, in <module>
trytond.server.TrytonServer(options).run()
File "/trytond/trytond/server.py", line 138, in run
Pool(db_name).init(update=update, lang=lang)
File "/trytond/trytond/pool.py", line 120, in init
lang=lang)
File "/trytond/trytond/modules/__init__.py", line 397, in load_modules
load_module_graph(graph, pool, lang)
File "/trytond/trytond/modules/__init__.py", line 240, in load_module_graph
tryton_parser.parse_xmlstream(fp)
File "/trytond/trytond/convert.py", line 416, in parse_xmlstream
self.sax_parser.parse(source)
File "/usr/lib/python2.7/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/lib/python2.7/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/lib/python2.7/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/usr/lib/python2.7/xml/sax/expatreader.py", line 304, in end_element
self._cont_handler.endElement(name)
File "/trytond/trytond/convert.py", line 463, in endElement
self.taghandler = self.taghandler.endElement(name)
File "/trytond/trytond/convert.py", line 258, in endElement
self.mh.import_record(self.model._name, self.values, self.xml_id)
File "/trytond/trytond/convert.py", line 748, in import_record
db_id = object_ref.create(values)
File "/trytond/trytond/modules/stock/location.py", line 221, in create
res = super(Location, self).create(vals)
File "/trytond/trytond/model/modelsql.py", line 372, in create
field_name))
File "/trytond/trytond/error.py", line 69, in raise_user_error
raise UserError(error)
trytond.exceptions.UserError: ('UserError', (u'The field "Right" on "Stock
Location" is required.', ''))
https://codereview.appspot.com/4306055/diff/119006/stock.xml File stock.xml (right): https://codereview.appspot.com/4306055/diff/119006/stock.xml#newcode35 stock.xml:35: On 2012/04/12 08:48:47, ced wrote: > I can not ...
12 years, 11 months ago
(2012-04-13 07:38:11 UTC)
#36
Save a production, after fill all required fields, the following error raises: Traceback (most recent ...
12 years, 11 months ago
(2012-04-13 10:13:10 UTC)
#39
Save a production, after fill all required fields, the following error raises:
Traceback (most recent call last):
File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch
response['result'] = dispatch_method(method, params)
File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch
res = dispatch(*args)
File "/trytond/protocols/dispatcher.py", line 155, in dispatch
res = getattr(obj, method)(*args_without_context, **kargs)
File "/trytond/model/modelsql.py", line 638, in read
res2 = self._columns[field].get(ids, self, field_list, values=res)
File "/trytond/model/fields/function.py", line 87, in get
res[name] = getattr(model, self.getter)(ids, name)
File "/trytond/modules/production/production.py", line 363, in
get_uom_category
res[input.id] = input.product.default_uom.category.id
AttributeError: 'BrowseRecordNull' object has no attribute 'default_uom'
On 2012/04/13 10:13:10, udono wrote: > Save a production, after fill all required fields, the ...
12 years, 11 months ago
(2012-04-13 13:46:58 UTC)
#41
On 2012/04/13 10:13:10, udono wrote:
> Save a production, after fill all required fields, the following error raises:
>
> Traceback (most recent call last):
> File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch
> response['result'] = dispatch_method(method, params)
> File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch
> res = dispatch(*args)
> File "/trytond/protocols/dispatcher.py", line 155, in dispatch
> res = getattr(obj, method)(*args_without_context, **kargs)
> File "/trytond/model/modelsql.py", line 638, in read
> res2 = self._columns[field].get(ids, self, field_list, values=res)
> File "/trytond/model/fields/function.py", line 87, in get
> res[name] = getattr(model, self.getter)(ids, name)
> File "/trytond/modules/production/production.py", line 363, in
> get_uom_category
> res[input.id] = input.product.default_uom.category.id
> AttributeError: 'BrowseRecordNull' object has no attribute 'default_uom'
Thanks, works now, but followed by a new exception::
Traceback (most recent call last):
File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch
response['result'] = dispatch_method(method, params)
File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch
res = dispatch(*args)
File "/trytond/protocols/dispatcher.py", line 155, in dispatch
res = getattr(obj, method)(*args_without_context, **kargs)
File "/trytond/model/modelsql.py", line 638, in read
res2 = self._columns[field].get(ids, self, field_list, values=res)
File "/trytond/model/fields/function.py", line 87, in get
res[name] = getattr(model, self.getter)(ids, name)
File "/trytond/modules/production/production.py", line 379, in get_unit_digits
digits[production.id] = production.uom.digits
AttributeError: 'BrowseRecordNull' object has no attribute 'digits'
https://codereview.appspot.com/4306055/diff/119006/production.py File production.py (right): https://codereview.appspot.com/4306055/diff/119006/production.py#newcode139 production.py:139: 'missing_cost': 'It misses some cost on the outputs!', On ...
12 years, 11 months ago
(2012-04-13 14:39:17 UTC)
#43
https://codereview.appspot.com/4306055/diff/119006/production.py
File production.py (right):
https://codereview.appspot.com/4306055/diff/119006/production.py#newcode139
production.py:139: 'missing_cost': 'It misses some cost on the outputs!',
On 2012/04/13 09:12:16, ced wrote:
> On 2012/04/13 08:29:33, udono wrote:
> > This user error is always raised, when encoding a production without using
> > product and BOM only made of inputs and outputs.
> > With this setup the cost is always 0.00.
> I explained it on the mailing list where nobody answers.
I read the description, but I can not get production working without product and
BOM.
My scenario is:
* Install production patch and dependencies:
company, country, currency, party, product, production, stock
(N.B. No accounting modules!)
* Create a new production
* Fill required fields, but not Product and BOM
* Input Product: qty 1 price 100
* Output Product: qty 1 price 100
* Check cost doesn't change
* Save production: It misses some cost on the outputs!
https://codereview.appspot.com/4306055/diff/129004/production.py File production.py (right): https://codereview.appspot.com/4306055/diff/129004/production.py#newcode120 production.py:120: | ~Eval('location')), I checked this states with a production ...
12 years, 11 months ago
(2012-04-13 15:53:11 UTC)
#44
https://codereview.appspot.com/4306055/diff/129004/production.py File production.py (right): https://codereview.appspot.com/4306055/diff/129004/production.py#newcode120 production.py:120: | ~Eval('location')), On 2012/04/13 15:53:11, udono wrote: > I ...
12 years, 11 months ago
(2012-04-13 16:19:26 UTC)
#45
https://codereview.appspot.com/4306055/diff/129004/production.py
File production.py (right):
https://codereview.appspot.com/4306055/diff/129004/production.py#newcode120
production.py:120: | ~Eval('location')),
On 2012/04/13 15:53:11, udono wrote:
> I checked this states with a production based on product and BOM. I changed
the
> quantity of the output when the production is in state 'running'. When I try
to
> set the state to done, I get the "It misses some cost on the outputs!" user
> exception.
>
> Why is the output editable up to state running?
To be able to modify it.
12 years, 11 months ago
(2012-04-13 16:33:06 UTC)
#47
On 2012/04/13 16:19:26, ced wrote:
> https://codereview.appspot.com/4306055/diff/129004/production.py
> File production.py (right):
>
> https://codereview.appspot.com/4306055/diff/129004/production.py#newcode120
> production.py:120: | ~Eval('location')),
> On 2012/04/13 15:53:11, udono wrote:
> > I checked this states with a production based on product and BOM. I changed
> the
> > quantity of the output when the production is in state 'running'. When I try
> to
> > set the state to done, I get the "It misses some cost on the outputs!" user
> > exception.
> > Why is the output editable up to state running?
> To be able to modify it.
Is it intentional to not re-calculate the cost when changing the output quantity
only?
N.B. When I additionally change the price of the output to have the same price x
quantity then before, I can pass to state 'done'.
https://codereview.appspot.com/4306055/diff/119006/production.py File production.py (right): https://codereview.appspot.com/4306055/diff/119006/production.py#newcode139 production.py:139: 'missing_cost': 'It misses some cost on the outputs!', On ...
12 years, 11 months ago
(2012-04-13 16:47:36 UTC)
#49
https://codereview.appspot.com/4306055/diff/119006/production.py
File production.py (right):
https://codereview.appspot.com/4306055/diff/119006/production.py#newcode139
production.py:139: 'missing_cost': 'It misses some cost on the outputs!',
On 2012/04/13 14:39:17, udono wrote:
> On 2012/04/13 09:12:16, ced wrote:
> > On 2012/04/13 08:29:33, udono wrote:
> > > This user error is always raised, when encoding a production without using
> > > product and BOM only made of inputs and outputs.
> > > With this setup the cost is always 0.00.
> > I explained it on the mailing list where nobody answers.
> I read the description, but I can not get production working without product
and
> BOM.
>
> My scenario is:
>
> * Install production patch and dependencies:
> company, country, currency, party, product, production, stock
> (N.B. No accounting modules!)
> * Create a new production
> * Fill required fields, but not Product and BOM
> * Input Product: qty 1 price 100
> * Output Product: qty 1 price 100
> * Check cost doesn't change
> * Save production: It misses some cost on the outputs!
The cost is not based on the input price but on the input cost price.
12 years, 11 months ago
(2012-04-18 18:15:36 UTC)
#50
On 2012/04/13 16:47:36, ced wrote:
> https://codereview.appspot.com/4306055/diff/119006/production.py
> File production.py (right):
>
> https://codereview.appspot.com/4306055/diff/119006/production.py#newcode139
> production.py:139: 'missing_cost': 'It misses some cost on the outputs!',
> On 2012/04/13 14:39:17, udono wrote:
> > On 2012/04/13 09:12:16, ced wrote:
> > > On 2012/04/13 08:29:33, udono wrote:
> > > > This user error is always raised, when encoding a production without
using
> > > > product and BOM only made of inputs and outputs.
> > > > With this setup the cost is always 0.00.
> > > I explained it on the mailing list where nobody answers.
> > I read the description, but I can not get production working without product
> and
> > BOM.
> >
> > My scenario is:
> >
> > * Install production patch and dependencies:
> > company, country, currency, party, product, production, stock
> > (N.B. No accounting modules!)
> > * Create a new production
> > * Fill required fields, but not Product and BOM
> > * Input Product: qty 1 price 100
> > * Output Product: qty 1 price 100
> > * Check cost doesn't change
> > * Save production: It misses some cost on the outputs!
> The cost is not based on the input price but on the input cost price.
Ok, I checked this. Another more complete example:
* Install production patch and dependencies:
company, country, currency, party, product, production, stock
(N.B. No accounting modules!)
* Create a new production
* Fill required fields, but not Product and BOM
* Input Move: qty 1 Product in: cost price 100.00, list price 150.00
* Output Move: qty 1 Product out: cost price 160.00, list price 200.00
* Check Production Cost: 5.00 (wrong!?)
* Workflow: Wait, assign, force assign, run
* When hitting done: It misses some cost on the outputs!
* Trying to go back in the workflow from state wait to draft:
You can not set state to draft!
I better clarify the scenario and point to the problems. This steps works as expected ...
12 years, 11 months ago
(2012-04-20 14:28:07 UTC)
#51
I better clarify the scenario and point to the problems.
This steps works as expected with Patch Set 19:
On 2012/04/18 18:15:36, udono wrote:
> * Install production patch and dependencies:
> company, country, currency, party, product, production, stock
> (N.B. No accounting modules!)
> * Create a new production
> * Fill required fields, but not Product and BOM
> * Input Move: qty 1 Product in: cost price 100.00, list price 150.00
> * Output Move: qty 1 Product out: cost price 160.00, list price 200.00
The first problem calculation of production cost seems wrong:
> * Check Production Cost: 5.00 (wrong!?)
Next problem with the workflow and the check on state change from run to done:
> * Workflow: Wait, assign, force assign, run
> * When hitting done: It misses some cost on the outputs!
Next problem with the workflow and the change back from wait to draft:
> * Trying to go back in the workflow from state wait to draft:
> You can not set state to draft!
On 20/04/12 14:28 +0000, udo.spallek@googlemail.com wrote: > I better clarify the scenario and point to ...
12 years, 11 months ago
(2012-04-27 17:56:26 UTC)
#52
On 20/04/12 14:28 +0000, udo.spallek@googlemail.com wrote:
> I better clarify the scenario and point to the problems.
>
> This steps works as expected with Patch Set 19:
> On 2012/04/18 18:15:36, udono wrote:
> > * Install production patch and dependencies:
> > company, country, currency, party, product, production, stock
> > (N.B. No accounting modules!)
> > * Create a new production
> > * Fill required fields, but not Product and BOM
> > * Input Move: qty 1 Product in: cost price 100.00, list price
> 150.00
> > * Output Move: qty 1 Product out: cost price 160.00, list price
> 200.00
>
> The first problem calculation of production cost seems wrong:
> > * Check Production Cost: 5.00 (wrong!?)
I can not reproduce it.
Perhaps you have cost_price set on the stock move?
Otherwise send me your database.
> Next problem with the workflow and the check on state change from run to
> done:
> > * Workflow: Wait, assign, force assign, run
> > * When hitting done: It misses some cost on the outputs!
Have you set the unit price of the outgoing move correctly?
It must match the cost.
> Next problem with the workflow and the change back from wait to draft:
> > * Trying to go back in the workflow from state wait to draft:
> > You can not set state to draft!
You can not go to draft, once you have at least a move done.
I can not hide the button because we lack of PYSON to do it.
--
Cédric Krier
B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.krier@b2ck.com
Website: http://www.b2ck.com/
LGTM On 2012/04/27 17:56:26, ced wrote: > On 20/04/12 14:28 +0000, mailto:udo.spallek@googlemail.com wrote: > > ...
12 years, 11 months ago
(2012-04-30 15:49:12 UTC)
#54
LGTM
On 2012/04/27 17:56:26, ced wrote:
> On 20/04/12 14:28 +0000, mailto:udo.spallek@googlemail.com wrote:
> > The first problem calculation of production cost seems wrong:
> > > * Check Production Cost: 5.00 (wrong!?)
> I can not reproduce it.
I tested again today on tip. With a new production it works as expected.
> > Next problem with the workflow and the check on state change from run to
> > done:
> > > * Workflow: Wait, assign, force assign, run
> > > * When hitting done: It misses some cost on the outputs!
> Have you set the unit price of the outgoing move correctly?
> It must match the cost.
Yes, this works. So why not make it a function field and fill it with the
cost / qty?
> > Next problem with the workflow and the change back from wait to draft:
> > > * Trying to go back in the workflow from state wait to draft:
> > > You can not set state to draft!
> You can not go to draft, once you have at least a move done.
> I can not hide the button because we lack of PYSON to do it.
Ok, understand.
On 30/04/12 15:49 +0000, udo.spallek@googlemail.com wrote: > >> > * Workflow: Wait, assign, force assign, ...
12 years, 11 months ago
(2012-04-30 16:02:02 UTC)
#55
On 30/04/12 15:49 +0000, udo.spallek@googlemail.com wrote:
> >> > * Workflow: Wait, assign, force assign, run
> >> > * When hitting done: It misses some cost on the outputs!
> >Have you set the unit price of the outgoing move correctly?
> >It must match the cost.
> Yes, this works. So why not make it a function field and fill it with
> the
> cost / qty?
It can not be a function field because it is a choice to be made by
users.
By default, if you use a BOM than we know what is the target product and
the unit price is filled with the cost price.
--
Cédric Krier
B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.krier@b2ck.com
Website: http://www.b2ck.com/
On 2012/04/30 16:02:02, ced wrote: > On 30/04/12 15:49 +0000, mailto:udo.spallek@googlemail.com wrote: > > >> ...
12 years, 11 months ago
(2012-04-30 16:41:38 UTC)
#56
On 2012/04/30 16:02:02, ced wrote:
> On 30/04/12 15:49 +0000, mailto:udo.spallek@googlemail.com wrote:
> > >> > * Workflow: Wait, assign, force assign, run
> > >> > * When hitting done: It misses some cost on the outputs!
> > >Have you set the unit price of the outgoing move correctly?
> > >It must match the cost.
> > Yes, this works. So why not make it a function field and fill it with
> > the
> > cost / qty?
> It can not be a function field because it is a choice to be made by
> users.
> By default, if you use a BOM than we know what is the target product and
> the unit price is filled with the cost price.
Thanks for clarification, now I understand. In the on-the-fly setup of the
production (without BOM) we can have more than one Output Line. So we can not
know the unit price for each line.
Issue 4306055: New production module
(Closed)
Created 14 years ago by ced
Modified 12 years, 10 months ago
Reviewers: nicoe, yangoon, udono, bch, albertnan
Base URL:
Comments: 44