Skip to Content
Menu
This question has been flagged
2992 Views

Hello, I'm trying to setup Odoo POS, I've successfully created a module to modify the POS ticket but now every time a Enter the POS application I get this error in the browser console

The requested operation cannot be completed due to record rules: Document type: barcode.nomenclature, Operation: read, Records: None, User: 1

I'm not sure if this is related also to the fact I'm trying to read the ir.sequence, the sequence object is not loading at all.

models.load_models([{
model: 'ir.sequence',
fields: [],
domain: function(self){ return [['code','=','pos.order']]; },
loaded: function(self, sequences){
self.secuencia = sequences[0];
},
}]);


Avatar
Discard
Author

I notice that when the PosBox is connected the message is gone.

Author

I still have the issue with not loading it ir.sequence, could someone lend me a hand on that one.

Related Posts Replies Views Activity
0
Dec 24
45
1
Dec 24
168
0
Nov 24
83
1
Nov 24
152
1
Nov 24
187