Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
4616 Weergaven

Hi Guys

I Need To Update Field In Another Module I Tried cr.execute('update statement') but It Doesn't work For Example : I Have Asset Module And The Other Is TestModule (They Have Relation) How Can I Update Field in Asset Module Through TestModule By Code

Thanks A lot

Avatar
Annuleer

Using 'write' method to update field in another module. You can see lot of examples in default openerp module

Auteur

I Tried But It Didn't Work And My Code Is Like That assets_obj = self.pool.get('account.asset.asset') assets_obj.write(cr,uid,[asset_ids.id],{'last_fixing' : Execution_date},context=context)

Auteur

This Code Is Below Button In Work Flow

Gerelateerde posts Antwoorden Weergaven Activiteit
0
mrt. 15
3106
0
mrt. 15
2975
0
mrt. 25
1319
2
mei 24
6450
4
apr. 24
174167