On 2018-10-01 02:52, Markus Bala wrote:
> > > I am going to integrate with some WMS system for receiving. When user
> > > input the PO number which is "Lodnum" then tryton "on_change" and will
> > > display the WMS data to the list (MS SQL Server).
> > >
> > > Background, after "on_change", I wi
On Monday, October 1, 2018 at 4:16:05 PM UTC+7, Cédric Krier wrote:
> On 2018-10-01 01:55, Markus Bala wrote:
> > > > It prompt error psycopg2, cannot execute INSERT because is
> > > > readonly-transaction
> > >
> > > On which kind of RPC call are you doing a save?
> >
> > Traceback (most recent
On 2018-10-01 01:55, Markus Bala wrote:
> > > It prompt error psycopg2, cannot execute INSERT because is
> > > readonly-transaction
> >
> > On which kind of RPC call are you doing a save?
>
> Traceback (most recent call last):
> File "/trytond/wsgi.py", line 71, in dispatch_request
> retur
On Monday, October 1, 2018 at 3:30:04 PM UTC+7, Cédric Krier wrote:
> On 2018-10-01 01:04, Markus Bala wrote:
> > But when I try using context_model, i am going to do some "save" to model.
>
> I do not understand. the context model is only used by the client.
>
> > It prompt error psycopg2, canno
On 2018-10-01 01:04, Markus Bala wrote:
> But when I try using context_model, i am going to do some "save" to model.
I do not understand. the context model is only used by the client.
> It prompt error psycopg2, cannot execute INSERT because is
> readonly-transaction
On which kind of RPC call a
On Monday, October 1, 2018 at 2:35:05 PM UTC+7, Cédric Krier wrote:
> On 2018-09-30 09:56, Markus Bala wrote:
> > I found the balance_sheet reporting.
> > But I do not undertstand what is the field_childs at the line 04.
>
> It is to define a tree:
> https://tryton-readthedocs.readthedocs.io/proje
On 2018-09-30 09:56, Markus Bala wrote:
> I found the balance_sheet reporting.
> But I do not undertstand what is the field_childs at the line 04.
It is to define a tree:
https://tryton-readthedocs.readthedocs.io/projects/server/en/latest/topics/views/index.html?highlight=field_childs#tree-view
>
Line 01)
Line 02)account.account.type
Line 03)tree
Line 04)childs
Line 05)account_balance_sheet_tree
Line 06)
Line 07)
Line 08)Balance Sheet
Line 09)account.account.type
Line 10)accou