コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
7259 ビュー

Hi have around 4000 items, newly uploaded to Odoo, how can enable these items at POS in an automatic way.

I would not like to go over 4K+ items to check the box individually. 


アバター
破棄
最善の回答

Create a Server Action and set it as a Contextual Action.

Model: Product Template
Action To Do: Update the Record 

Data to Write

Field					Evaluation type	Value
Available in POS (product.template)	Value		true

Here's an example of using a Server action in this way: https://odootricks.tips/use-server-actions-contact-customer-supplier/

アバター
破棄
最善の回答

Prepare the import file accordingly. Add the "available_in_pos" column to it
and set all records in it to 1

アバター
破棄

This is the right and easiest way to do this, as Zbik wrote.

最善の回答

Hi,

In addition to the method chris specified in his answer, you can use the mass editing option if you are using the v13.

You can see the illustration here: How To Enable Mass Editing In Tree View Odoo13


If you are using below version you can try with this custom module: Mass Editing

Thanks

アバター
破棄
関連投稿 返信 ビュー 活動
2
12月 22
1383
0
4月 16
5074
0
3月 15
5458
1
4月 25
709
1
3月 25
2515