~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/hotel.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-19 19:02:35 UTC
  • Revision ID: truongsinh@vipescoserver-20090719190235-fu3bxcrbpvwuk5h7
[FIX] build_i18n.py .. raw:: html

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. module:: hotel
 
3
    :synopsis: Hotel Management 
 
4
    :noindex:
 
5
.. 
 
6
 
 
7
.. raw:: html
 
8
 
 
9
      <br />
 
10
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
11
 
 
12
.. tip:: This module is part of the Open ERP software, the leading Open Source 
 
13
  enterprise management system. If you want to discover Open ERP, check our 
 
14
  `screencasts <http://openerp.tv>`_ or download 
 
15
  `Open ERP <http://openerp.com>`_ directly.
 
16
 
 
17
.. raw:: html
 
18
 
 
19
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/hotel"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Hotel Management (*hotel*)
 
23
==========================
 
24
:Module: hotel
 
25
:Name: Hotel Management
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: hotel
 
29
:Web: 
 
30
:Official module: no
 
31
:Quality certified: no
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  Module for Hotel/Resort/Property management. You can manage:
 
39
      * Configure Property
 
40
      * Hotel Configuration
 
41
      * Check In, Check out
 
42
      * Manage Folio
 
43
      * Payment
 
44
  
 
45
      Different reports are also provided, mainly for hotel statistics.
 
46
 
 
47
Download links
 
48
--------------
 
49
 
 
50
You can download this module as a zip file in the following version:
 
51
 
 
52
  * `trunk <http://www.openerp.com/download/modules/trunk/hotel.zip>`_
 
53
 
 
54
 
 
55
Dependencies
 
56
------------
 
57
 
 
58
 * :mod:`base`
 
59
 * :mod:`product`
 
60
 * :mod:`sale`
 
61
 
 
62
Reports
 
63
-------
 
64
 
 
65
 * Folio Total
 
66
 
 
67
Menus
 
68
-------
 
69
 
 
70
 * Hotel Management
 
71
 * Hotel Management/Configuration
 
72
 * Hotel Management/Configuration/Floor
 
73
 * Hotel Management/Configuration/Amenities Types
 
74
 * Hotel Management/Amenities
 
75
 * Hotel Management/Configuration/Room Type
 
76
 * Hotel Management/Rooms
 
77
 * Hotel Management/Configuration/Services Type
 
78
 * Hotel Management/Services
 
79
 * Hotel Management/Generate Folio
 
80
 * Hotel Management/Generate Folio/All Folio
 
81
 * Hotel Management/Configuration/Room Type
 
82
 * Hotel Management/Configuration/Room Type/Room by Category
 
83
 * Hotel Management/Configuration/Amenities Types
 
84
 * Hotel Management/Configuration/Amenities Types/Amenities by Category
 
85
 * Hotel Management/Configuration/Services Type/Services by Category
 
86
 * Hotel Management/Reports
 
87
 
 
88
Views
 
89
-----
 
90
 
 
91
 * hotel.floor.form (form)
 
92
 * hotel.floor.tree (tree)
 
93
 * hotel.room_amenities_type_form (form)
 
94
 * hotel.room_amenities_type_list (tree)
 
95
 * hotel.room_amenities_form (form)
 
96
 * hotel.room_amenities_list (tree)
 
97
 * hotel.room_type.form (form)
 
98
 * hotel.room_type.tree (tree)
 
99
 * hotel.room.form (form)
 
100
 * hotel.room.tree (tree)
 
101
 * hotel.service_type.form (form)
 
102
 * hotel.service_type.tree (tree)
 
103
 * .hotel.services.form (form)
 
104
 * hotel.services.tree (tree)
 
105
 * hotel.folio.form (form)
 
106
 * hotel.folio.tree (tree)
 
107
 
 
108
 
 
109
Objects
 
110
-------
 
111
 
 
112
Object: Floor (hotel.floor)
 
113
###########################
 
114
 
 
115
 
 
116
 
 
117
:name: Floor Name, char, required
 
118
 
 
119
 
 
120
 
 
121
 
 
122
 
 
123
:sequence: Sequence, integer
 
124
 
 
125
 
 
126
 
 
127
 
 
128
Object: Room Type (hotel.room_type)
 
129
###################################
 
130
 
 
131
 
 
132
 
 
133
:property_account_expense_categ: Expense Account, many2one
 
134
 
 
135
    *This account will be used to value outgoing stock for the current product category*
 
136
 
 
137
 
 
138
 
 
139
:updated: Category updated on Magento, boolean
 
140
 
 
141
 
 
142
 
 
143
 
 
144
 
 
145
:magento_product_attribute_set_id: Magento product attribute set id, integer
 
146
 
 
147
 
 
148
 
 
149
 
 
150
 
 
151
:sequence: Sequence, integer
 
152
 
 
153
 
 
154
 
 
155
 
 
156
 
 
157
:property_account_expense_europe: Expense Account for Europe, many2one
 
158
 
 
159
    *This account will be used, instead of the default one, to value outgoing stock for the current product*
 
160
 
 
161
 
 
162
 
 
163
:cat_id: category, many2one, required
 
164
 
 
165
 
 
166
 
 
167
 
 
168
 
 
169
:property_stock_journal: Stock journal, many2one
 
170
 
 
171
    *This journal will be used for the accounting move generated by stock move*
 
172
 
 
173
 
 
174
 
 
175
:property_stock_account_input_categ: Stock Input Account, many2one
 
176
 
 
177
    *This account will be used to value the input stock*
 
178
 
 
179
 
 
180
 
 
181
:property_account_income_categ: Income Account, many2one
 
182
 
 
183
    *This account will be used to value incoming stock for the current product category*
 
184
 
 
185
 
 
186
 
 
187
:child_id: Child Categories, one2many
 
188
 
 
189
 
 
190
 
 
191
 
 
192
 
 
193
:property_stock_account_output_categ: Stock Output Account, many2one
 
194
 
 
195
    *This account will be used to value the output stock*
 
196
 
 
197
 
 
198
 
 
199
:name: Name, char, required
 
200
 
 
201
 
 
202
 
 
203
 
 
204
 
 
205
:isactivitytype: Is Activity Type, boolean
 
206
 
 
207
 
 
208
 
 
209
 
 
210
 
 
211
:isroomtype: Is Room Type, boolean
 
212
 
 
213
 
 
214
 
 
215
 
 
216
 
 
217
:exportable: Export to website, boolean
 
218
 
 
219
 
 
220
 
 
221
 
 
222
 
 
223
:property_account_expense_world: Outside Europe Expense Account, many2one
 
224
 
 
225
    *This account will be used, instead of the default one, to value outgoing stock for the current product*
 
226
 
 
227
 
 
228
 
 
229
:ismenutype: Is Menu Type, boolean
 
230
 
 
231
 
 
232
 
 
233
 
 
234
 
 
235
:isservicetype: Is Service Type, boolean
 
236
 
 
237
 
 
238
 
 
239
 
 
240
 
 
241
:parent_id: Parent Category, many2one
 
242
 
 
243
 
 
244
 
 
245
 
 
246
 
 
247
:property_account_income_world: Outside Europe Income Account, many2one
 
248
 
 
249
    *This account will be used, instead of the default one, to value incoming stock for the current product*
 
250
 
 
251
 
 
252
 
 
253
:complete_name: Name, char, readonly
 
254
 
 
255
 
 
256
 
 
257
 
 
258
 
 
259
:magento_product_type: Magento product type, integer
 
260
 
 
261
 
 
262
 
 
263
 
 
264
 
 
265
:isamenitype: Is amenities Type, boolean
 
266
 
 
267
 
 
268
 
 
269
 
 
270
 
 
271
:property_account_income_europe: Income Account for Europe, many2one
 
272
 
 
273
    *This account will be used, instead of the default one, to value incoming stock for the current product*
 
274
 
 
275
 
 
276
 
 
277
:magento_id: Magento category id, integer
 
278
 
 
279
 
 
280
 
 
281
 
 
282
Object: amenities Type (hotel.room_amenities_type)
 
283
##################################################
 
284
 
 
285
 
 
286
 
 
287
:property_account_expense_categ: Expense Account, many2one
 
288
 
 
289
    *This account will be used to value outgoing stock for the current product category*
 
290
 
 
291
 
 
292
 
 
293
:updated: Category updated on Magento, boolean
 
294
 
 
295
 
 
296
 
 
297
 
 
298
 
 
299
:magento_product_attribute_set_id: Magento product attribute set id, integer
 
300
 
 
301
 
 
302
 
 
303
 
 
304
 
 
305
:sequence: Sequence, integer
 
306
 
 
307
 
 
308
 
 
309
 
 
310
 
 
311
:property_account_expense_europe: Expense Account for Europe, many2one
 
312
 
 
313
    *This account will be used, instead of the default one, to value outgoing stock for the current product*
 
314
 
 
315
 
 
316
 
 
317
:cat_id: category, many2one, required
 
318
 
 
319
 
 
320
 
 
321
 
 
322
 
 
323
:property_stock_journal: Stock journal, many2one
 
324
 
 
325
    *This journal will be used for the accounting move generated by stock move*
 
326
 
 
327
 
 
328
 
 
329
:property_stock_account_input_categ: Stock Input Account, many2one
 
330
 
 
331
    *This account will be used to value the input stock*
 
332
 
 
333
 
 
334
 
 
335
:property_account_income_categ: Income Account, many2one
 
336
 
 
337
    *This account will be used to value incoming stock for the current product category*
 
338
 
 
339
 
 
340
 
 
341
:child_id: Child Categories, one2many
 
342
 
 
343
 
 
344
 
 
345
 
 
346
 
 
347
:property_stock_account_output_categ: Stock Output Account, many2one
 
348
 
 
349
    *This account will be used to value the output stock*
 
350
 
 
351
 
 
352
 
 
353
:name: Name, char, required
 
354
 
 
355
 
 
356
 
 
357
 
 
358
 
 
359
:isactivitytype: Is Activity Type, boolean
 
360
 
 
361
 
 
362
 
 
363
 
 
364
 
 
365
:isroomtype: Is Room Type, boolean
 
366
 
 
367
 
 
368
 
 
369
 
 
370
 
 
371
:exportable: Export to website, boolean
 
372
 
 
373
 
 
374
 
 
375
 
 
376
 
 
377
:property_account_expense_world: Outside Europe Expense Account, many2one
 
378
 
 
379
    *This account will be used, instead of the default one, to value outgoing stock for the current product*
 
380
 
 
381
 
 
382
 
 
383
:ismenutype: Is Menu Type, boolean
 
384
 
 
385
 
 
386
 
 
387
 
 
388
 
 
389
:isservicetype: Is Service Type, boolean
 
390
 
 
391
 
 
392
 
 
393
 
 
394
 
 
395
:parent_id: Parent Category, many2one
 
396
 
 
397
 
 
398
 
 
399
 
 
400
 
 
401
:property_account_income_world: Outside Europe Income Account, many2one
 
402
 
 
403
    *This account will be used, instead of the default one, to value incoming stock for the current product*
 
404
 
 
405
 
 
406
 
 
407
:complete_name: Name, char, readonly
 
408
 
 
409
 
 
410
 
 
411
 
 
412
 
 
413
:magento_product_type: Magento product type, integer
 
414
 
 
415
 
 
416
 
 
417
 
 
418
 
 
419
:isamenitype: Is amenities Type, boolean
 
420
 
 
421
 
 
422
 
 
423
 
 
424
 
 
425
:property_account_income_europe: Income Account for Europe, many2one
 
426
 
 
427
    *This account will be used, instead of the default one, to value incoming stock for the current product*
 
428
 
 
429
 
 
430
 
 
431
:magento_id: Magento category id, integer
 
432
 
 
433
 
 
434
 
 
435
 
 
436
Object: Room amenities (hotel.room_amenities)
 
437
#############################################
 
438
 
 
439
 
 
440
 
 
441
:ean13: EAN, char
 
442
 
 
443
    *Barcode number for EAN8 EAN13 UPC JPC GTIN http://de.wikipedia.org/wiki/Global_Trade_Item_Number*
 
444
 
 
445
 
 
446
 
 
447
:characteristic_ids: Characteristics, many2many
 
448
 
 
449
 
 
450
 
 
451
 
 
452
 
 
453
:code: Acronym, char, readonly
 
454
 
 
455
 
 
456
 
 
457
 
 
458
 
 
459
:pricelist_purchase: Purchase Pricelists, text, readonly
 
460
 
 
461
 
 
462
 
 
463
 
 
464
 
 
465
:incoming_qty: Incoming, float, readonly
 
466
 
 
467
    *Quantities of products that are planned to arrive in selected locations or all internal if none have been selected.*
 
468
 
 
469
 
 
470
 
 
471
:standard_price: Cost Price, float, required
 
472
 
 
473
    *The cost of the product for accounting stock valuation. It can serves as a base price for supplier price.*
 
474
 
 
475
 
 
476
 
 
477
:membership_date_to: Date to, date
 
478
 
 
479
 
 
480
 
 
481
 
 
482
 
 
483
:size_x: Width, float
 
484
 
 
485
 
 
486
 
 
487
 
 
488
 
 
489
:size_y: Length, float
 
490
 
 
491
 
 
492
 
 
493
 
 
494
 
 
495
:size_z: Thickness, float
 
496
 
 
497
 
 
498
 
 
499
 
 
500
 
 
501
:property_account_income: Income Account, many2one
 
502
 
 
503
    *This account will be used instead of the default one to value incoming stock for the current product*
 
504
 
 
505
 
 
506
 
 
507
:list_price: Sale Price, float
 
508
 
 
509
    *Base price for computing the customer price. Sometimes called the catalog price.*
 
510
 
 
511
 
 
512
 
 
513
:buyer_price: Buyer price, float
 
514
 
 
515
 
 
516
 
 
517
 
 
518
 
 
519
:author_om_ids: Authors, one2many
 
520
 
 
521
 
 
522
 
 
523
 
 
524
 
 
525
:company_id: Company, many2one
 
526
 
 
527
 
 
528
 
 
529
 
 
530
 
 
531
:num_pocket: Collection Num., char
 
532
 
 
533
 
 
534
 
 
535
 
 
536
 
 
537
:loc_rack: Rack, char
 
538
 
 
539
 
 
540
 
 
541
 
 
542
 
 
543
:ismenucard: Is Room, boolean
 
544
 
 
545
 
 
546
 
 
547
 
 
548
 
 
549
:manufacturer_id:  Manufacturer, many2one
 
550
 
 
551
 
 
552
 
 
553
 
 
554
 
 
555
:price_margin: Variant Price Margin, float
 
556
 
 
557
 
 
558
 
 
559
 
 
560
 
 
561
:property_stock_account_input: Stock Input Account, many2one
 
562
 
 
563
    *This account will be used, instead of the default one, to value input stock*
 
564
 
 
565
 
 
566
 
 
567
:updated: Product updated on Magento, boolean
 
568
 
 
569
 
 
570
 
 
571
 
 
572
 
 
573
:format: Format, char
 
574
 
 
575
 
 
576
 
 
577
 
 
578
 
 
579
:pocket: Pocket, char
 
580
 
 
581
 
 
582
 
 
583
 
 
584
 
 
585
:is_direct_delivery_from_product: Is Supplier Direct Delivery Automatic?, boolean, readonly
 
586
 
 
587
 
 
588
 
 
589
 
 
590
 
 
591
:outgoing_qty: Outgoing, float, readonly
 
592
 
 
593
    *Quantities of products that are planned to leave in selected locations or all internal if none have been selected.*
 
594
 
 
595
 
 
596
 
 
597
:default_code: Code, char
 
598
 
 
599
 
 
600
 
 
601
 
 
602
 
 
603
:sale_num_invoiced: # Invoiced, float, readonly
 
604
 
 
605
    *Sum of Quantity in Customer Invoices*
 
606
 
 
607
 
 
608
 
 
609
:variants: Variants, char, readonly
 
610
 
 
611
 
 
612
 
 
613
 
 
614
 
 
615
:partner_ref: Customer ref, char, readonly
 
616
 
 
617
 
 
618
 
 
619
 
 
620
 
 
621
:rental: Rentable Product, boolean
 
622
 
 
623
 
 
624
 
 
625
 
 
626
 
 
627
:purchase_num_invoiced: # Invoiced, float, readonly
 
628
 
 
629
    *Sum of Quantity in Supplier Invoices*
 
630
 
 
631
 
 
632
 
 
633
:path_ids: Location Paths, one2many
 
634
 
 
635
    *These rules set the right path of the product in the whole location tree.*
 
636
 
 
637
 
 
638
 
 
639
:mes_type: Measure Type, selection, required
 
640
 
 
641
 
 
642
 
 
643
 
 
644
 
 
645
:name: Name, char, required
 
646
 
 
647
 
 
648
 
 
649
 
 
650
 
 
651
:qty_dispo: Stock available, float, readonly
 
652
 
 
653
 
 
654
 
 
655
 
 
656
 
 
657
:sale_expected: Expected Sale, float, readonly
 
658
 
 
659
    *Sum of Multification of Sale Catalog price and quantity of Customer Invoices*
 
660
 
 
661
 
 
662
 
 
663
:rough_drawing: rough drawing, binary
 
664
 
 
665
 
 
666
 
 
667
 
 
668
 
 
669
:dimension_value_ids: Dimensions, many2many
 
670
 
 
671
 
 
672
 
 
673
 
 
674
 
 
675
:seller_ids: Partners, one2many
 
676
 
 
677
 
 
678
 
 
679
 
 
680
 
 
681
:rack: Rack, many2one
 
682
 
 
683
 
 
684
 
 
685
 
 
686
 
 
687
:isroom: Is Room, boolean
 
688
 
 
689
 
 
690
 
 
691
 
 
692
 
 
693
:supply_method: Supply method, selection, required
 
694
 
 
695
    *Produce will generate production order or tasks, according to the product type. Purchase will trigger purchase orders when requested.*
 
696
 
 
697
 
 
698
 
 
699
:orderpoint_ids: Orderpoints, one2many
 
700
 
 
701
 
 
702
 
 
703
 
 
704
 
 
705
:weight: Gross weight, float
 
706
 
 
707
    *The gross weight in Kg.*
 
708
 
 
709
 
 
710
 
 
711
:total_margin: Total Margin, float, readonly
 
712
 
 
713
    *Turnorder - Total Cost*
 
714
 
 
715
 
 
716
 
 
717
:series: Series, many2one
 
718
 
 
719
 
 
720
 
 
721
 
 
722
 
 
723
:back: Reliure, selection
 
724
 
 
725
 
 
726
 
 
727
 
 
728
 
 
729
:creation_date: Creation date, datetime, readonly
 
730
 
 
731
 
 
732
 
 
733
 
 
734
 
 
735
:product_url: URL, char
 
736
 
 
737
 
 
738
 
 
739
 
 
740
 
 
741
:total_margin_rate: Total Margin (%), float, readonly
 
742
 
 
743
    *Total margin * 100 / Turnover*
 
744
 
 
745
 
 
746
 
 
747
:description_purchase: Purchase Description, text
 
748
 
 
749
 
 
750
 
 
751
 
 
752
 
 
753
:sales_gap: Sales Gap, float, readonly
 
754
 
 
755
    *Excepted Sale - Turn Over*
 
756
 
 
757
 
 
758
 
 
759
:virtual_available: Virtual Stock, float, readonly
 
760
 
 
761
    *Futur stock for this product according to the selected location or all internal if none have been selected. Computed as: Real Stock - Outgoing + Incoming.*
 
762
 
 
763
 
 
764
 
 
765
:date_retour: Return date, date
 
766
 
 
767
 
 
768
 
 
769
 
 
770
 
 
771
:total_cost: Total Cost, float, readonly
 
772
 
 
773
    *Sum of Multification of Invoice price and quantity of Supplier Invoices*
 
774
 
 
775
 
 
776
 
 
777
:language_id: Language, many2one
 
778
 
 
779
 
 
780
 
 
781
 
 
782
 
 
783
:thickness: Thickness, float
 
784
 
 
785
 
 
786
 
 
787
 
 
788
 
 
789
:product_tmpl_id: Product Template, many2one, required
 
790
 
 
791
 
 
792
 
 
793
 
 
794
 
 
795
:state: State, selection
 
796
 
 
797
 
 
798
 
 
799
 
 
800
 
 
801
:life_time: Product lifetime, integer
 
802
 
 
803
 
 
804
 
 
805
 
 
806
 
 
807
:weight_net: Net weight, float
 
808
 
 
809
    *The net weight in Kg.*
 
810
 
 
811
 
 
812
 
 
813
:magento_tax_class_id: Magento tax class id, integer
 
814
 
 
815
 
 
816
 
 
817
 
 
818
 
 
819
:sale_avg_price: Avg. Unit Price, float, readonly
 
820
 
 
821
    *Avg. Price in Customer Invoices)*
 
822
 
 
823
 
 
824
 
 
825
:manufacturer_pname: Manufacturer product name, char
 
826
 
 
827
 
 
828
 
 
829
 
 
830
 
 
831
:image_name: Image name, char
 
832
 
 
833
    *Image name created by Magento*
 
834
 
 
835
 
 
836
 
 
837
:partner_ref2: Customer ref, char, readonly
 
838
 
 
839
 
 
840
 
 
841
 
 
842
 
 
843
:in_out_stock: In/Out Stock, selection
 
844
 
 
845
 
 
846
 
 
847
 
 
848
 
 
849
:rcateg_id: Amenity Catagory, many2one
 
850
 
 
851
 
 
852
 
 
853
 
 
854
 
 
855
:dimension_type_ids: Dimension Types, one2many
 
856
 
 
857
 
 
858
 
 
859
 
 
860
 
 
861
:product_picture: Product Picture, char
 
862
 
 
863
 
 
864
 
 
865
 
 
866
 
 
867
:active: Active, boolean
 
868
 
 
869
 
 
870
 
 
871
 
 
872
 
 
873
:loc_row: Row, char
 
874
 
 
875
 
 
876
 
 
877
 
 
878
 
 
879
:seller_delay: Supplier Lead Time, integer, readonly
 
880
 
 
881
    *This is the average delay in days between the purchase order confirmation and the reception of goods for this product and for the default supplier. It is used by the scheduler to order requests based on reordering delays.*
 
882
 
 
883
 
 
884
 
 
885
:spe_price: Special price, char
 
886
 
 
887
 
 
888
 
 
889
 
 
890
 
 
891
:loc_case: Case, char
 
892
 
 
893
 
 
894
 
 
895
 
 
896
 
 
897
:lot_ids: Lots, one2many
 
898
 
 
899
 
 
900
 
 
901
 
 
902
 
 
903
:length: Length, float
 
904
 
 
905
 
 
906
 
 
907
 
 
908
 
 
909
:purchase_ok: Can be Purchased, boolean
 
910
 
 
911
    *Determine if the product is visible in the list of products within a selection from a purchase order line.*
 
912
 
 
913
 
 
914
 
 
915
:catalog_num: Catalog number, char
 
916
 
 
917
 
 
918
 
 
919
 
 
920
 
 
921
:tome: Tome, char
 
922
 
 
923
 
 
924
 
 
925
 
 
926
 
 
927
:magento_id: Magento product id, integer
 
928
 
 
929
 
 
930
 
 
931
 
 
932
 
 
933
:danger_ids: Dangers products, many2many
 
934
 
 
935
 
 
936
 
 
937
 
 
938
 
 
939
:property_stock_procurement: Procurement Location, many2one
 
940
 
 
941
    *For the current product (template), this stock location will be used, instead of the default one, as the source location for stock moves generated by procurements*
 
942
 
 
943
 
 
944
 
 
945
:uos_id: Unit of Sale, many2one
 
946
 
 
947
    *Used by companies that manages two unit of measure: invoicing and stock management. For example, in food industries, you will manage a stock of ham but invoice in Kg. Keep empty to use the default UOM.*
 
948
 
 
949
 
 
950
 
 
951
:isbn: Isbn code, char
 
952
 
 
953
 
 
954
 
 
955
 
 
956
 
 
957
:purchase_line_warn_msg: Message for Purchase Order Line, text
 
958
 
 
959
 
 
960
 
 
961
 
 
962
 
 
963
:country_ids: Allowed Countries, many2many
 
964
 
 
965
 
 
966
 
 
967
 
 
968
 
 
969
:member_price: Member Price, float
 
970
 
 
971
 
 
972
 
 
973
 
 
974
 
 
975
:sale_line_warn_msg: Message for Sale Order Line, text
 
976
 
 
977
 
 
978
 
 
979
 
 
980
 
 
981
:packaging: Logistical Units, one2many
 
982
 
 
983
    *Gives the different ways to package the same product. This has no impact on the packing order and is mainly used if you use the EDI module.*
 
984
 
 
985
 
 
986
 
 
987
:purchase_avg_price: Avg. Unit Price, float, readonly
 
988
 
 
989
    *Avg. Price in Supplier Invoices*
 
990
 
 
991
 
 
992
 
 
993
:exp_date: Expiry date, datetime
 
994
 
 
995
 
 
996
 
 
997
 
 
998
 
 
999
:risque_ids: Risk products, many2many
 
1000
 
 
1001
 
 
1002
 
 
1003
 
 
1004
 
 
1005
:qty_available: Real Stock, float, readonly
 
1006
 
 
1007
    *Current quantities of products in selected locations or all internal if none have been selected.*
 
1008
 
 
1009
 
 
1010
 
 
1011
:use_time: Product usetime, integer
 
1012
 
 
1013
 
 
1014
 
 
1015
 
 
1016
 
 
1017
:property_account_expense_world1: Outside Europe Expense Account, many2one
 
1018
 
 
1019
    *This account will be used, instead of the default one, to value outgoing stock for the current product*
 
1020
 
 
1021
 
 
1022
 
 
1023
:uos_coeff: UOM -> UOS Coeff, float
 
1024
 
 
1025
    *Coefficient to convert UOM to UOS
 
1026
    uom = uos * coeff*
 
1027
 
 
1028
 
 
1029
 
 
1030
:auto_pick: Auto Picking, boolean
 
1031
 
 
1032
    *Auto picking for raw materials of production orders.*
 
1033
 
 
1034
 
 
1035
 
 
1036
:expected_margin_rate: Expected Margin (%), float, readonly
 
1037
 
 
1038
    *Expected margin * 100 / Expected Sale*
 
1039
 
 
1040
 
 
1041
 
 
1042
:buyer_price_index: Indexed buyer price, float, readonly
 
1043
 
 
1044
 
 
1045
 
 
1046
 
 
1047
 
 
1048
:index_purchase: Purchase indexes, many2many
 
1049
 
 
1050
 
 
1051
 
 
1052
 
 
1053
 
 
1054
:date_available: Available Date, date
 
1055
 
 
1056
 
 
1057
 
 
1058
 
 
1059
 
 
1060
:characteristic_group_ids: Characteristic groups, many2many
 
1061
 
 
1062
 
 
1063
 
 
1064
 
 
1065
 
 
1066
:width: Width, float
 
1067
 
 
1068
 
 
1069
 
 
1070
 
 
1071
 
 
1072
:pricelist_sale: Sale Pricelists, text, readonly
 
1073
 
 
1074
 
 
1075
 
 
1076
 
 
1077
 
 
1078
:normal_cost: Normal Cost, float, readonly
 
1079
 
 
1080
    *Sum of Multification of Cost price and quantity of Supplier Invoices*
 
1081
 
 
1082
 
 
1083
 
 
1084
:manufacturer: Manufacturer, many2one
 
1085
 
 
1086
 
 
1087
 
 
1088
 
 
1089
 
 
1090
:type: Product Type, selection, required
 
1091
 
 
1092
    *Will change the way procurements are processed. Consumables are stockable products with infinite stock, or for use when you have no stock management in the system.*
 
1093
 
 
1094
 
 
1095
 
 
1096
:property_account_income_europe: Income Account for Europe, many2one
 
1097
 
 
1098
    *This account will be used, instead of the default one, to value incoming stock for the current product*
 
1099
 
 
1100
 
 
1101
 
 
1102
:editor: Editor, many2one
 
1103
 
 
1104
 
 
1105
 
 
1106
 
 
1107
 
 
1108
:lang: Language, many2many
 
1109
 
 
1110
 
 
1111
 
 
1112
 
 
1113
 
 
1114
:price_cat: Price category, many2one
 
1115
 
 
1116
 
 
1117
 
 
1118
 
 
1119
 
 
1120
:num_edition: Num. edition, integer
 
1121
 
 
1122
 
 
1123
 
 
1124
 
 
1125
 
 
1126
:track_incoming: Track Incomming Lots, boolean
 
1127
 
 
1128
    *Force to use a Production Lot during receptions*
 
1129
 
 
1130
 
 
1131
 
 
1132
:property_stock_production: Production Location, many2one
 
1133
 
 
1134
    *For the current product (template), this stock location will be used, instead of the default one, as the source location for stock moves generated by production orders*
 
1135
 
 
1136
 
 
1137
 
 
1138
:securite_ids: Security, many2many
 
1139
 
 
1140
 
 
1141
 
 
1142
 
 
1143
 
 
1144
:volume: Volume, float
 
1145
 
 
1146
    *The volume in m3.*
 
1147
 
 
1148
 
 
1149
 
 
1150
:package_weight: Package Weight, float
 
1151
 
 
1152
 
 
1153
 
 
1154
 
 
1155
 
 
1156
:membership_date_from: Date from, date
 
1157
 
 
1158
 
 
1159
 
 
1160
 
 
1161
 
 
1162
:date_to: To Date, date, readonly
 
1163
 
 
1164
 
 
1165
 
 
1166
 
 
1167
 
 
1168
:procure_method: Procure Method, selection, required
 
1169
 
 
1170
    *'Make to Stock': When needed, take from the stock or wait until re-supplying. 'Make to Order': When needed, purchase or produce for the procurement request.*
 
1171
 
 
1172
 
 
1173
 
 
1174
:property_stock_inventory: Inventory Location, many2one
 
1175
 
 
1176
    *For the current product (template), this stock location will be used, instead of the default one, as the source location for stock moves generated when you do an inventory*
 
1177
 
 
1178
 
 
1179
 
 
1180
:cost_method: Costing Method, selection, required
 
1181
 
 
1182
    *Standard Price: the cost price is fixed and recomputed periodically (usually at the end of the year), Average Price: the cost price is recomputed at each reception of products.*
 
1183
 
 
1184
 
 
1185
 
 
1186
:sale_delay: Customer Lead Time, float
 
1187
 
 
1188
    *This is the average time between the confirmation of the customer order and the delivery of the finished products. It's the time you promise to your customers.*
 
1189
 
 
1190
 
 
1191
 
 
1192
:description_sale: Sale Description, text
 
1193
 
 
1194
 
 
1195
 
 
1196
 
 
1197
 
 
1198
:purchase_line_warn: Purchase Order Line, selection
 
1199
 
 
1200
    *Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field.*
 
1201
 
 
1202
 
 
1203
 
 
1204
:attribute_ids: Attributes, one2many
 
1205
 
 
1206
 
 
1207
 
 
1208
 
 
1209
 
 
1210
:property_stock_account_output: Stock Output Account, many2one
 
1211
 
 
1212
    *This account will be used, instead of the default one, to value output stock*
 
1213
 
 
1214
 
 
1215
 
 
1216
:hr_expense_ok: Can be Expensed, boolean
 
1217
 
 
1218
    *Determine if the product can be visible in the list of product within a selection from an HR expense sheet line.*
 
1219
 
 
1220
 
 
1221
 
 
1222
:schema: schema, binary
 
1223
 
 
1224
 
 
1225
 
 
1226
 
 
1227
 
 
1228
:purchase_gap: Purchase Gap, float, readonly
 
1229
 
 
1230
    *Normal Cost - Total Cost*
 
1231
 
 
1232
 
 
1233
 
 
1234
:amenity_rate: Amenity Rate, integer
 
1235
 
 
1236
 
 
1237
 
 
1238
 
 
1239
 
 
1240
:sale_line_warn: Sale Order Line, selection
 
1241
 
 
1242
    *Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field.*
 
1243
 
 
1244
 
 
1245
 
 
1246
:isservice: Is Service id, boolean
 
1247
 
 
1248
 
 
1249
 
 
1250
 
 
1251
 
 
1252
:track_production: Track Production Lots, boolean
 
1253
 
 
1254
    *Force to use a Production Lot during production order*
 
1255
 
 
1256
 
 
1257
 
 
1258
:sale_ok: Can be sold, boolean
 
1259
 
 
1260
    *Determine if the product can be visible in the list of product within a selection from a sale order line.*
 
1261
 
 
1262
 
 
1263
 
 
1264
:nbpage: Number of pages, integer
 
1265
 
 
1266
 
 
1267
 
 
1268
 
 
1269
 
 
1270
:price_extra: Variant Price Extra, float
 
1271
 
 
1272
 
 
1273
 
 
1274
 
 
1275
 
 
1276
:uom_id: Default UoM, many2one, required
 
1277
 
 
1278
    *Default Unit of Measure used for all stock operation.*
 
1279
 
 
1280
 
 
1281
 
 
1282
:spe_price_status: Status, selection
 
1283
 
 
1284
 
 
1285
 
 
1286
 
 
1287
 
 
1288
:oscom_url: URL to OScommerce, char, readonly
 
1289
 
 
1290
 
 
1291
 
 
1292
 
 
1293
 
 
1294
:iscategid: Is categ id, boolean
 
1295
 
 
1296
 
 
1297
 
 
1298
 
 
1299
 
 
1300
:product_manager: Product Manager, many2one
 
1301
 
 
1302
 
 
1303
 
 
1304
 
 
1305
 
 
1306
:expected_margin: Expected Margin, float, readonly
 
1307
 
 
1308
    *Excepted Sale - Normal Cost*
 
1309
 
 
1310
 
 
1311
 
 
1312
:standard_price_index: Indexed standard price, float, readonly
 
1313
 
 
1314
 
 
1315
 
 
1316
 
 
1317
 
 
1318
:product_logo: Product Logo, binary
 
1319
 
 
1320
 
 
1321
 
 
1322
 
 
1323
 
 
1324
:image_label: Image label, char
 
1325
 
 
1326
    *Image label in the website. Left empty to take the product name as image label.*
 
1327
 
 
1328
 
 
1329
 
 
1330
:exportable: Export to website, boolean
 
1331
 
 
1332
 
 
1333
 
 
1334
 
 
1335
 
 
1336
:life_cycle: Life Cycle, selection
 
1337
 
 
1338
 
 
1339
 
 
1340
 
 
1341
 
 
1342
:auto_picking: Auto Picking for Production, boolean
 
1343
 
 
1344
 
 
1345
 
 
1346
 
 
1347
 
 
1348
:image: Image, binary
 
1349
 
 
1350
    *Image of the product (jpg or png). The same image will be set as thumbnail, small image and normal image. To change the product image, first delete the old one and save the product and then add the new one and save the product. Note that this image is optional, it can be left empty and manage the product images from Magento.*
 
1351
 
 
1352
 
 
1353
 
 
1354
:track_outgoing: Track Outging Lots, boolean
 
1355
 
 
1356
    *Force to use a Production Lot during deliveries*
 
1357
 
 
1358
 
 
1359
 
 
1360
:lst_price: List Price, float, readonly
 
1361
 
 
1362
 
 
1363
 
 
1364
 
 
1365
 
 
1366
:turnover: Turnover, float, readonly
 
1367
 
 
1368
    *Sum of Multification of Invoice price and quantity of Customer Invoices*
 
1369
 
 
1370
 
 
1371
 
 
1372
:property_account_income_world: Outside Europe Income Account, many2one
 
1373
 
 
1374
    *This account will be used, instead of the default one, to value incoming stock for the current product*
 
1375
 
 
1376
 
 
1377
 
 
1378
:is_maintenance: Is Maintenance?, boolean
 
1379
 
 
1380
 
 
1381
 
 
1382
 
 
1383
 
 
1384
:online: Visible on website, boolean
 
1385
 
 
1386
 
 
1387
 
 
1388
 
 
1389
 
 
1390
:uom_po_id: Purchase UoM, many2one, required
 
1391
 
 
1392
    *Default Unit of Measure used for purchase orders. It must in the same category than the default unit of measure.*
 
1393
 
 
1394
 
 
1395
 
 
1396
:intrastat_id: Intrastat code, many2one
 
1397
 
 
1398
 
 
1399
 
 
1400
 
 
1401
 
 
1402
:picture: Image, binary
 
1403
 
 
1404
 
 
1405
 
 
1406
 
 
1407
 
 
1408
:maintenance_analytic_id: Maintenance Analytic Account, many2one
 
1409
 
 
1410
 
 
1411
 
 
1412
 
 
1413
 
 
1414
:description: Description, text
 
1415
 
 
1416
 
 
1417
 
 
1418
 
 
1419
 
 
1420
:list_price_index: Indexed list price, float, readonly
 
1421
 
 
1422
 
 
1423
 
 
1424
 
 
1425
 
 
1426
:property_account_expense_europe: Expense Account for Europe, many2one
 
1427
 
 
1428
    *This account will be used, instead of the default one, to value outgoing stock for the current product*
 
1429
 
 
1430
 
 
1431
 
 
1432
:price: Customer Price, float, readonly
 
1433
 
 
1434
 
 
1435
 
 
1436
 
 
1437
 
 
1438
:index_date: Index price date, date, required
 
1439
 
 
1440
 
 
1441
 
 
1442
 
 
1443
 
 
1444
:collection: Collection, many2one
 
1445
 
 
1446
 
 
1447
 
 
1448
 
 
1449
 
 
1450
:membership: Membership, boolean
 
1451
 
 
1452
    *Specify if this product is a membership product*
 
1453
 
 
1454
 
 
1455
 
 
1456
:room_categ_id: Product Category, many2one, required
 
1457
 
 
1458
 
 
1459
 
 
1460
 
 
1461
 
 
1462
:supplier_taxes_id: Supplier Taxes, many2many
 
1463
 
 
1464
 
 
1465
 
 
1466
 
 
1467
 
 
1468
:manufacturer_pref: Manufacturer product code, char
 
1469
 
 
1470
 
 
1471
 
 
1472
 
 
1473
 
 
1474
:author_ids: Authors, many2many
 
1475
 
 
1476
 
 
1477
 
 
1478
 
 
1479
 
 
1480
:removal_time: Product removal time, integer
 
1481
 
 
1482
 
 
1483
 
 
1484
 
 
1485
 
 
1486
:link_ids: Related Books, many2many
 
1487
 
 
1488
 
 
1489
 
 
1490
 
 
1491
 
 
1492
:equivalency_in_A4: A4 Equivalency, float
 
1493
 
 
1494
 
 
1495
 
 
1496
 
 
1497
 
 
1498
:produce_delay: Manufacturing Lead Time, float
 
1499
 
 
1500
    *Average time to produce this product. This is only for the production order and, if it is a multi-level bill of material, it's only for the level of this product. Different delays will be summed for all levels and purchase orders.*
 
1501
 
 
1502
 
 
1503
 
 
1504
:property_account_expense: Expense Account, many2one
 
1505
 
 
1506
    *This account will be used instead of the default one to value outgoing stock for the current product*
 
1507
 
 
1508
 
 
1509
 
 
1510
:categ_id: Category, many2one, required
 
1511
 
 
1512
 
 
1513
 
 
1514
 
 
1515
 
 
1516
:calculate_price: Compute price, boolean
 
1517
 
 
1518
 
 
1519
 
 
1520
 
 
1521
 
 
1522
:invoice_state: Invoice State, selection, readonly
 
1523
 
 
1524
 
 
1525
 
 
1526
 
 
1527
 
 
1528
:variant_ids: Variants, one2many
 
1529
 
 
1530
 
 
1531
 
 
1532
 
 
1533
 
 
1534
:cutting: Can be Cutted, boolean
 
1535
 
 
1536
 
 
1537
 
 
1538
 
 
1539
 
 
1540
:alert_time: Product alert time, integer
 
1541
 
 
1542
 
 
1543
 
 
1544
 
 
1545
 
 
1546
:taxes_id: Product Taxes, many2many
 
1547
 
 
1548
 
 
1549
 
 
1550
 
 
1551
 
 
1552
:date_parution: Release date, date
 
1553
 
 
1554
 
 
1555
 
 
1556
 
 
1557
 
 
1558
:state_ids: Allowed States, many2many
 
1559
 
 
1560
 
 
1561
 
 
1562
 
 
1563
 
 
1564
:index_sale: Sales indexes, many2many
 
1565
 
 
1566
 
 
1567
 
 
1568
 
 
1569
 
 
1570
:date_from: From Date, date, readonly
 
1571
 
 
1572
 
 
1573
 
 
1574
 
 
1575
 
 
1576
:warranty: Warranty (months), float
 
1577
 
 
1578
 
 
1579
 
 
1580
 
 
1581
 
 
1582
:unique_production_number: Unique Production Number, boolean
 
1583
 
 
1584
 
 
1585
 
 
1586
 
 
1587
Object: Hotel Room (hotel.room)
 
1588
###############################
 
1589
 
 
1590
 
 
1591
 
 
1592
:ean13: EAN, char
 
1593
 
 
1594
    *Barcode number for EAN8 EAN13 UPC JPC GTIN http://de.wikipedia.org/wiki/Global_Trade_Item_Number*
 
1595
 
 
1596
 
 
1597
 
 
1598
:characteristic_ids: Characteristics, many2many
 
1599
 
 
1600
 
 
1601
 
 
1602
 
 
1603
 
 
1604
:code: Acronym, char, readonly
 
1605
 
 
1606
 
 
1607
 
 
1608
 
 
1609
 
 
1610
:pricelist_purchase: Purchase Pricelists, text, readonly
 
1611
 
 
1612
 
 
1613
 
 
1614
 
 
1615
 
 
1616
:incoming_qty: Incoming, float, readonly
 
1617
 
 
1618
    *Quantities of products that are planned to arrive in selected locations or all internal if none have been selected.*
 
1619
 
 
1620
 
 
1621
 
 
1622
:standard_price: Cost Price, float, required
 
1623
 
 
1624
    *The cost of the product for accounting stock valuation. It can serves as a base price for supplier price.*
 
1625
 
 
1626
 
 
1627
 
 
1628
:membership_date_to: Date to, date
 
1629
 
 
1630
 
 
1631
 
 
1632
 
 
1633
 
 
1634
:size_x: Width, float
 
1635
 
 
1636
 
 
1637
 
 
1638
 
 
1639
 
 
1640
:size_y: Length, float
 
1641
 
 
1642
 
 
1643
 
 
1644
 
 
1645
 
 
1646
:size_z: Thickness, float
 
1647
 
 
1648
 
 
1649
 
 
1650
 
 
1651
 
 
1652
:property_account_income: Income Account, many2one
 
1653
 
 
1654
    *This account will be used instead of the default one to value incoming stock for the current product*
 
1655
 
 
1656
 
 
1657
 
 
1658
:list_price: Sale Price, float
 
1659
 
 
1660
    *Base price for computing the customer price. Sometimes called the catalog price.*
 
1661
 
 
1662
 
 
1663
 
 
1664
:buyer_price: Buyer price, float
 
1665
 
 
1666
 
 
1667
 
 
1668
 
 
1669
 
 
1670
:author_om_ids: Authors, one2many
 
1671
 
 
1672
 
 
1673
 
 
1674
 
 
1675
 
 
1676
:company_id: Company, many2one
 
1677
 
 
1678
 
 
1679
 
 
1680
 
 
1681
 
 
1682
:num_pocket: Collection Num., char
 
1683
 
 
1684
 
 
1685
 
 
1686
 
 
1687
 
 
1688
:loc_rack: Rack, char
 
1689
 
 
1690
 
 
1691
 
 
1692
 
 
1693
 
 
1694
:ismenucard: Is Room, boolean
 
1695
 
 
1696
 
 
1697
 
 
1698
 
 
1699
 
 
1700
:manufacturer_id:  Manufacturer, many2one
 
1701
 
 
1702
 
 
1703
 
 
1704
 
 
1705
 
 
1706
:price_margin: Variant Price Margin, float
 
1707
 
 
1708
 
 
1709
 
 
1710
 
 
1711
 
 
1712
:property_stock_account_input: Stock Input Account, many2one
 
1713
 
 
1714
    *This account will be used, instead of the default one, to value input stock*
 
1715
 
 
1716
 
 
1717
 
 
1718
:updated: Product updated on Magento, boolean
 
1719
 
 
1720
 
 
1721
 
 
1722
 
 
1723
 
 
1724
:format: Format, char
 
1725
 
 
1726
 
 
1727
 
 
1728
 
 
1729
 
 
1730
:pocket: Pocket, char
 
1731
 
 
1732
 
 
1733
 
 
1734
 
 
1735
 
 
1736
:is_direct_delivery_from_product: Is Supplier Direct Delivery Automatic?, boolean, readonly
 
1737
 
 
1738
 
 
1739
 
 
1740
 
 
1741
 
 
1742
:outgoing_qty: Outgoing, float, readonly
 
1743
 
 
1744
    *Quantities of products that are planned to leave in selected locations or all internal if none have been selected.*
 
1745
 
 
1746
 
 
1747
 
 
1748
:default_code: Code, char
 
1749
 
 
1750
 
 
1751
 
 
1752
 
 
1753
 
 
1754
:sale_num_invoiced: # Invoiced, float, readonly
 
1755
 
 
1756
    *Sum of Quantity in Customer Invoices*
 
1757
 
 
1758
 
 
1759
 
 
1760
:variants: Variants, char, readonly
 
1761
 
 
1762
 
 
1763
 
 
1764
 
 
1765
 
 
1766
:partner_ref: Customer ref, char, readonly
 
1767
 
 
1768
 
 
1769
 
 
1770
 
 
1771
 
 
1772
:rental: Rentable Product, boolean
 
1773
 
 
1774
 
 
1775
 
 
1776
 
 
1777
 
 
1778
:purchase_num_invoiced: # Invoiced, float, readonly
 
1779
 
 
1780
    *Sum of Quantity in Supplier Invoices*
 
1781
 
 
1782
 
 
1783
 
 
1784
:path_ids: Location Paths, one2many
 
1785
 
 
1786
    *These rules set the right path of the product in the whole location tree.*
 
1787
 
 
1788
 
 
1789
 
 
1790
:mes_type: Measure Type, selection, required
 
1791
 
 
1792
 
 
1793
 
 
1794
 
 
1795
 
 
1796
:name: Name, char, required
 
1797
 
 
1798
 
 
1799
 
 
1800
 
 
1801
 
 
1802
:qty_dispo: Stock available, float, readonly
 
1803
 
 
1804
 
 
1805
 
 
1806
 
 
1807
 
 
1808
:sale_expected: Expected Sale, float, readonly
 
1809
 
 
1810
    *Sum of Multification of Sale Catalog price and quantity of Customer Invoices*
 
1811
 
 
1812
 
 
1813
 
 
1814
:rough_drawing: rough drawing, binary
 
1815
 
 
1816
 
 
1817
 
 
1818
 
 
1819
 
 
1820
:dimension_value_ids: Dimensions, many2many
 
1821
 
 
1822
 
 
1823
 
 
1824
 
 
1825
 
 
1826
:seller_ids: Partners, one2many
 
1827
 
 
1828
 
 
1829
 
 
1830
 
 
1831
 
 
1832
:rack: Rack, many2one
 
1833
 
 
1834
 
 
1835
 
 
1836
 
 
1837
 
 
1838
:isroom: Is Room, boolean
 
1839
 
 
1840
 
 
1841
 
 
1842
 
 
1843
 
 
1844
:supply_method: Supply method, selection, required
 
1845
 
 
1846
    *Produce will generate production order or tasks, according to the product type. Purchase will trigger purchase orders when requested.*
 
1847
 
 
1848
 
 
1849
 
 
1850
:orderpoint_ids: Orderpoints, one2many
 
1851
 
 
1852
 
 
1853
 
 
1854
 
 
1855
 
 
1856
:weight: Gross weight, float
 
1857
 
 
1858
    *The gross weight in Kg.*
 
1859
 
 
1860
 
 
1861
 
 
1862
:total_margin: Total Margin, float, readonly
 
1863
 
 
1864
    *Turnorder - Total Cost*
 
1865
 
 
1866
 
 
1867
 
 
1868
:series: Series, many2one
 
1869
 
 
1870
 
 
1871
 
 
1872
 
 
1873
 
 
1874
:maxChild: Max Child, integer
 
1875
 
 
1876
 
 
1877
 
 
1878
 
 
1879
 
 
1880
:back: Reliure, selection
 
1881
 
 
1882
 
 
1883
 
 
1884
 
 
1885
 
 
1886
:creation_date: Creation date, datetime, readonly
 
1887
 
 
1888
 
 
1889
 
 
1890
 
 
1891
 
 
1892
:product_url: URL, char
 
1893
 
 
1894
 
 
1895
 
 
1896
 
 
1897
 
 
1898
:total_margin_rate: Total Margin (%), float, readonly
 
1899
 
 
1900
    *Total margin * 100 / Turnover*
 
1901
 
 
1902
 
 
1903
 
 
1904
:description_purchase: Purchase Description, text
 
1905
 
 
1906
 
 
1907
 
 
1908
 
 
1909
 
 
1910
:sales_gap: Sales Gap, float, readonly
 
1911
 
 
1912
    *Excepted Sale - Turn Over*
 
1913
 
 
1914
 
 
1915
 
 
1916
:virtual_available: Virtual Stock, float, readonly
 
1917
 
 
1918
    *Futur stock for this product according to the selected location or all internal if none have been selected. Computed as: Real Stock - Outgoing + Incoming.*
 
1919
 
 
1920
 
 
1921
 
 
1922
:date_retour: Return date, date
 
1923
 
 
1924
 
 
1925
 
 
1926
 
 
1927
 
 
1928
:total_cost: Total Cost, float, readonly
 
1929
 
 
1930
    *Sum of Multification of Invoice price and quantity of Supplier Invoices*
 
1931
 
 
1932
 
 
1933
 
 
1934
:language_id: Language, many2one
 
1935
 
 
1936
 
 
1937
 
 
1938
 
 
1939
 
 
1940
:thickness: Thickness, float
 
1941
 
 
1942
 
 
1943
 
 
1944
 
 
1945
 
 
1946
:product_tmpl_id: Product Template, many2one, required
 
1947
 
 
1948
 
 
1949
 
 
1950
 
 
1951
 
 
1952
:state: State, selection
 
1953
 
 
1954
 
 
1955
 
 
1956
 
 
1957
 
 
1958
:life_time: Product lifetime, integer
 
1959
 
 
1960
 
 
1961
 
 
1962
 
 
1963
 
 
1964
:weight_net: Net weight, float
 
1965
 
 
1966
    *The net weight in Kg.*
 
1967
 
 
1968
 
 
1969
 
 
1970
:magento_tax_class_id: Magento tax class id, integer
 
1971
 
 
1972
 
 
1973
 
 
1974
 
 
1975
 
 
1976
:sale_avg_price: Avg. Unit Price, float, readonly
 
1977
 
 
1978
    *Avg. Price in Customer Invoices)*
 
1979
 
 
1980
 
 
1981
 
 
1982
:manufacturer_pname: Manufacturer product name, char
 
1983
 
 
1984
 
 
1985
 
 
1986
 
 
1987
 
 
1988
:avail_status: Room Status, selection
 
1989
 
 
1990
 
 
1991
 
 
1992
 
 
1993
 
 
1994
:image_name: Image name, char
 
1995
 
 
1996
    *Image name created by Magento*
 
1997
 
 
1998
 
 
1999
 
 
2000
:partner_ref2: Customer ref, char, readonly
 
2001
 
 
2002
 
 
2003
 
 
2004
 
 
2005
 
 
2006
:in_out_stock: In/Out Stock, selection
 
2007
 
 
2008
 
 
2009
 
 
2010
 
 
2011
 
 
2012
:dimension_type_ids: Dimension Types, one2many
 
2013
 
 
2014
 
 
2015
 
 
2016
 
 
2017
 
 
2018
:product_picture: Product Picture, char
 
2019
 
 
2020
 
 
2021
 
 
2022
 
 
2023
 
 
2024
:active: Active, boolean
 
2025
 
 
2026
 
 
2027
 
 
2028
 
 
2029
 
 
2030
:loc_row: Row, char
 
2031
 
 
2032
 
 
2033
 
 
2034
 
 
2035
 
 
2036
:seller_delay: Supplier Lead Time, integer, readonly
 
2037
 
 
2038
    *This is the average delay in days between the purchase order confirmation and the reception of goods for this product and for the default supplier. It is used by the scheduler to order requests based on reordering delays.*
 
2039
 
 
2040
 
 
2041
 
 
2042
:spe_price: Special price, char
 
2043
 
 
2044
 
 
2045
 
 
2046
 
 
2047
 
 
2048
:loc_case: Case, char
 
2049
 
 
2050
 
 
2051
 
 
2052
 
 
2053
 
 
2054
:lot_ids: Lots, one2many
 
2055
 
 
2056
 
 
2057
 
 
2058
 
 
2059
 
 
2060
:length: Length, float
 
2061
 
 
2062
 
 
2063
 
 
2064
 
 
2065
 
 
2066
:purchase_ok: Can be Purchased, boolean
 
2067
 
 
2068
    *Determine if the product is visible in the list of products within a selection from a purchase order line.*
 
2069
 
 
2070
 
 
2071
 
 
2072
:catalog_num: Catalog number, char
 
2073
 
 
2074
 
 
2075
 
 
2076
 
 
2077
 
 
2078
:tome: Tome, char
 
2079
 
 
2080
 
 
2081
 
 
2082
 
 
2083
 
 
2084
:magento_id: Magento product id, integer
 
2085
 
 
2086
 
 
2087
 
 
2088
 
 
2089
 
 
2090
:danger_ids: Dangers products, many2many
 
2091
 
 
2092
 
 
2093
 
 
2094
 
 
2095
 
 
2096
:property_stock_procurement: Procurement Location, many2one
 
2097
 
 
2098
    *For the current product (template), this stock location will be used, instead of the default one, as the source location for stock moves generated by procurements*
 
2099
 
 
2100
 
 
2101
 
 
2102
:uos_id: Unit of Sale, many2one
 
2103
 
 
2104
    *Used by companies that manages two unit of measure: invoicing and stock management. For example, in food industries, you will manage a stock of ham but invoice in Kg. Keep empty to use the default UOM.*
 
2105
 
 
2106
 
 
2107
 
 
2108
:isbn: Isbn code, char
 
2109
 
 
2110
 
 
2111
 
 
2112
 
 
2113
 
 
2114
:purchase_line_warn_msg: Message for Purchase Order Line, text
 
2115
 
 
2116
 
 
2117
 
 
2118
 
 
2119
 
 
2120
:country_ids: Allowed Countries, many2many
 
2121
 
 
2122
 
 
2123
 
 
2124
 
 
2125
 
 
2126
:member_price: Member Price, float
 
2127
 
 
2128
 
 
2129
 
 
2130
 
 
2131
 
 
2132
:sale_line_warn_msg: Message for Sale Order Line, text
 
2133
 
 
2134
 
 
2135
 
 
2136
 
 
2137
 
 
2138
:packaging: Logistical Units, one2many
 
2139
 
 
2140
    *Gives the different ways to package the same product. This has no impact on the packing order and is mainly used if you use the EDI module.*
 
2141
 
 
2142
 
 
2143
 
 
2144
:purchase_avg_price: Avg. Unit Price, float, readonly
 
2145
 
 
2146
    *Avg. Price in Supplier Invoices*
 
2147
 
 
2148
 
 
2149
 
 
2150
:exp_date: Expiry date, datetime
 
2151
 
 
2152
 
 
2153
 
 
2154
 
 
2155
 
 
2156
:room_amenities: Room Amenities, many2many
 
2157
 
 
2158
 
 
2159
 
 
2160
 
 
2161
 
 
2162
:risque_ids: Risk products, many2many
 
2163
 
 
2164
 
 
2165
 
 
2166
 
 
2167
 
 
2168
:qty_available: Real Stock, float, readonly
 
2169
 
 
2170
    *Current quantities of products in selected locations or all internal if none have been selected.*
 
2171
 
 
2172
 
 
2173
 
 
2174
:use_time: Product usetime, integer
 
2175
 
 
2176
 
 
2177
 
 
2178
 
 
2179
 
 
2180
:maxAdult: Max Adult, integer
 
2181
 
 
2182
 
 
2183
 
 
2184
 
 
2185
 
 
2186
:property_account_expense_world1: Outside Europe Expense Account, many2one
 
2187
 
 
2188
    *This account will be used, instead of the default one, to value outgoing stock for the current product*
 
2189
 
 
2190
 
 
2191
 
 
2192
:uos_coeff: UOM -> UOS Coeff, float
 
2193
 
 
2194
    *Coefficient to convert UOM to UOS
 
2195
    uom = uos * coeff*
 
2196
 
 
2197
 
 
2198
 
 
2199
:auto_pick: Auto Picking, boolean
 
2200
 
 
2201
    *Auto picking for raw materials of production orders.*
 
2202
 
 
2203
 
 
2204
 
 
2205
:expected_margin_rate: Expected Margin (%), float, readonly
 
2206
 
 
2207
    *Expected margin * 100 / Expected Sale*
 
2208
 
 
2209
 
 
2210
 
 
2211
:buyer_price_index: Indexed buyer price, float, readonly
 
2212
 
 
2213
 
 
2214
 
 
2215
 
 
2216
 
 
2217
:index_purchase: Purchase indexes, many2many
 
2218
 
 
2219
 
 
2220
 
 
2221
 
 
2222
 
 
2223
:date_available: Available Date, date
 
2224
 
 
2225
 
 
2226
 
 
2227
 
 
2228
 
 
2229
:characteristic_group_ids: Characteristic groups, many2many
 
2230
 
 
2231
 
 
2232
 
 
2233
 
 
2234
 
 
2235
:width: Width, float
 
2236
 
 
2237
 
 
2238
 
 
2239
 
 
2240
 
 
2241
:pricelist_sale: Sale Pricelists, text, readonly
 
2242
 
 
2243
 
 
2244
 
 
2245
 
 
2246
 
 
2247
:normal_cost: Normal Cost, float, readonly
 
2248
 
 
2249
    *Sum of Multification of Cost price and quantity of Supplier Invoices*
 
2250
 
 
2251
 
 
2252
 
 
2253
:manufacturer: Manufacturer, many2one
 
2254
 
 
2255
 
 
2256
 
 
2257
 
 
2258
 
 
2259
:type: Product Type, selection, required
 
2260
 
 
2261
    *Will change the way procurements are processed. Consumables are stockable products with infinite stock, or for use when you have no stock management in the system.*
 
2262
 
 
2263
 
 
2264
 
 
2265
:property_account_income_europe: Income Account for Europe, many2one
 
2266
 
 
2267
    *This account will be used, instead of the default one, to value incoming stock for the current product*
 
2268
 
 
2269
 
 
2270
 
 
2271
:editor: Editor, many2one
 
2272
 
 
2273
 
 
2274
 
 
2275
 
 
2276
 
 
2277
:lang: Language, many2many
 
2278
 
 
2279
 
 
2280
 
 
2281
 
 
2282
 
 
2283
:price_cat: Price category, many2one
 
2284
 
 
2285
 
 
2286
 
 
2287
 
 
2288
 
 
2289
:num_edition: Num. edition, integer
 
2290
 
 
2291
 
 
2292
 
 
2293
 
 
2294
 
 
2295
:track_incoming: Track Incomming Lots, boolean
 
2296
 
 
2297
    *Force to use a Production Lot during receptions*
 
2298
 
 
2299
 
 
2300
 
 
2301
:property_stock_production: Production Location, many2one
 
2302
 
 
2303
    *For the current product (template), this stock location will be used, instead of the default one, as the source location for stock moves generated by production orders*
 
2304
 
 
2305
 
 
2306
 
 
2307
:securite_ids: Security, many2many
 
2308
 
 
2309
 
 
2310
 
 
2311
 
 
2312
 
 
2313
:volume: Volume, float
 
2314
 
 
2315
    *The volume in m3.*
 
2316
 
 
2317
 
 
2318
 
 
2319
:package_weight: Package Weight, float
 
2320
 
 
2321
 
 
2322
 
 
2323
 
 
2324
 
 
2325
:membership_date_from: Date from, date
 
2326
 
 
2327
 
 
2328
 
 
2329
 
 
2330
 
 
2331
:date_to: To Date, date, readonly
 
2332
 
 
2333
 
 
2334
 
 
2335
 
 
2336
 
 
2337
:procure_method: Procure Method, selection, required
 
2338
 
 
2339
    *'Make to Stock': When needed, take from the stock or wait until re-supplying. 'Make to Order': When needed, purchase or produce for the procurement request.*
 
2340
 
 
2341
 
 
2342
 
 
2343
:property_stock_inventory: Inventory Location, many2one
 
2344
 
 
2345
    *For the current product (template), this stock location will be used, instead of the default one, as the source location for stock moves generated when you do an inventory*
 
2346
 
 
2347
 
 
2348
 
 
2349
:cost_method: Costing Method, selection, required
 
2350
 
 
2351
    *Standard Price: the cost price is fixed and recomputed periodically (usually at the end of the year), Average Price: the cost price is recomputed at each reception of products.*
 
2352
 
 
2353
 
 
2354
 
 
2355
:product_id: Product_id, many2one
 
2356
 
 
2357
 
 
2358
 
 
2359
 
 
2360
 
 
2361
:sale_delay: Customer Lead Time, float
 
2362
 
 
2363
    *This is the average time between the confirmation of the customer order and the delivery of the finished products. It's the time you promise to your customers.*
 
2364
 
 
2365
 
 
2366
 
 
2367
:description_sale: Sale Description, text
 
2368
 
 
2369
 
 
2370
 
 
2371
 
 
2372
 
 
2373
:floor_id: Floor No, many2one
 
2374
 
 
2375
 
 
2376
 
 
2377
 
 
2378
 
 
2379
:purchase_line_warn: Purchase Order Line, selection
 
2380
 
 
2381
    *Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field.*
 
2382
 
 
2383
 
 
2384
 
 
2385
:attribute_ids: Attributes, one2many
 
2386
 
 
2387
 
 
2388
 
 
2389
 
 
2390
 
 
2391
:property_stock_account_output: Stock Output Account, many2one
 
2392
 
 
2393
    *This account will be used, instead of the default one, to value output stock*
 
2394
 
 
2395
 
 
2396
 
 
2397
:hr_expense_ok: Can be Expensed, boolean
 
2398
 
 
2399
    *Determine if the product can be visible in the list of product within a selection from an HR expense sheet line.*
 
2400
 
 
2401
 
 
2402
 
 
2403
:schema: schema, binary
 
2404
 
 
2405
 
 
2406
 
 
2407
 
 
2408
 
 
2409
:purchase_gap: Purchase Gap, float, readonly
 
2410
 
 
2411
    *Normal Cost - Total Cost*
 
2412
 
 
2413
 
 
2414
 
 
2415
:sale_line_warn: Sale Order Line, selection
 
2416
 
 
2417
    *Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field.*
 
2418
 
 
2419
 
 
2420
 
 
2421
:isservice: Is Service id, boolean
 
2422
 
 
2423
 
 
2424
 
 
2425
 
 
2426
 
 
2427
:track_production: Track Production Lots, boolean
 
2428
 
 
2429
    *Force to use a Production Lot during production order*
 
2430
 
 
2431
 
 
2432
 
 
2433
:sale_ok: Can be sold, boolean
 
2434
 
 
2435
    *Determine if the product can be visible in the list of product within a selection from a sale order line.*
 
2436
 
 
2437
 
 
2438
 
 
2439
:nbpage: Number of pages, integer
 
2440
 
 
2441
 
 
2442
 
 
2443
 
 
2444
 
 
2445
:price_extra: Variant Price Extra, float
 
2446
 
 
2447
 
 
2448
 
 
2449
 
 
2450
 
 
2451
:uom_id: Default UoM, many2one, required
 
2452
 
 
2453
    *Default Unit of Measure used for all stock operation.*
 
2454
 
 
2455
 
 
2456
 
 
2457
:spe_price_status: Status, selection
 
2458
 
 
2459
 
 
2460
 
 
2461
 
 
2462
 
 
2463
:oscom_url: URL to OScommerce, char, readonly
 
2464
 
 
2465
 
 
2466
 
 
2467
 
 
2468
 
 
2469
:iscategid: Is categ id, boolean
 
2470
 
 
2471
 
 
2472
 
 
2473
 
 
2474
 
 
2475
:product_manager: Product Manager, many2one
 
2476
 
 
2477
 
 
2478
 
 
2479
 
 
2480
 
 
2481
:expected_margin: Expected Margin, float, readonly
 
2482
 
 
2483
    *Excepted Sale - Normal Cost*
 
2484
 
 
2485
 
 
2486
 
 
2487
:standard_price_index: Indexed standard price, float, readonly
 
2488
 
 
2489
 
 
2490
 
 
2491
 
 
2492
 
 
2493
:product_logo: Product Logo, binary
 
2494
 
 
2495
 
 
2496
 
 
2497
 
 
2498
 
 
2499
:image_label: Image label, char
 
2500
 
 
2501
    *Image label in the website. Left empty to take the product name as image label.*
 
2502
 
 
2503
 
 
2504
 
 
2505
:exportable: Export to website, boolean
 
2506
 
 
2507
 
 
2508
 
 
2509
 
 
2510
 
 
2511
:life_cycle: Life Cycle, selection
 
2512
 
 
2513
 
 
2514
 
 
2515
 
 
2516
 
 
2517
:auto_picking: Auto Picking for Production, boolean
 
2518
 
 
2519
 
 
2520
 
 
2521
 
 
2522
 
 
2523
:image: Image, binary
 
2524
 
 
2525
    *Image of the product (jpg or png). The same image will be set as thumbnail, small image and normal image. To change the product image, first delete the old one and save the product and then add the new one and save the product. Note that this image is optional, it can be left empty and manage the product images from Magento.*
 
2526
 
 
2527
 
 
2528
 
 
2529
:track_outgoing: Track Outging Lots, boolean
 
2530
 
 
2531
    *Force to use a Production Lot during deliveries*
 
2532
 
 
2533
 
 
2534
 
 
2535
:lst_price: List Price, float, readonly
 
2536
 
 
2537
 
 
2538
 
 
2539
 
 
2540
 
 
2541
:turnover: Turnover, float, readonly
 
2542
 
 
2543
    *Sum of Multification of Invoice price and quantity of Customer Invoices*
 
2544
 
 
2545
 
 
2546
 
 
2547
:property_account_income_world: Outside Europe Income Account, many2one
 
2548
 
 
2549
    *This account will be used, instead of the default one, to value incoming stock for the current product*
 
2550
 
 
2551
 
 
2552
 
 
2553
:is_maintenance: Is Maintenance?, boolean
 
2554
 
 
2555
 
 
2556
 
 
2557
 
 
2558
 
 
2559
:online: Visible on website, boolean
 
2560
 
 
2561
 
 
2562
 
 
2563
 
 
2564
 
 
2565
:uom_po_id: Purchase UoM, many2one, required
 
2566
 
 
2567
    *Default Unit of Measure used for purchase orders. It must in the same category than the default unit of measure.*
 
2568
 
 
2569
 
 
2570
 
 
2571
:intrastat_id: Intrastat code, many2one
 
2572
 
 
2573
 
 
2574
 
 
2575
 
 
2576
 
 
2577
:picture: Image, binary
 
2578
 
 
2579
 
 
2580
 
 
2581
 
 
2582
 
 
2583
:maintenance_analytic_id: Maintenance Analytic Account, many2one
 
2584
 
 
2585
 
 
2586
 
 
2587
 
 
2588
 
 
2589
:description: Description, text
 
2590
 
 
2591
 
 
2592
 
 
2593
 
 
2594
 
 
2595
:list_price_index: Indexed list price, float, readonly
 
2596
 
 
2597
 
 
2598
 
 
2599
 
 
2600
 
 
2601
:property_account_expense_europe: Expense Account for Europe, many2one
 
2602
 
 
2603
    *This account will be used, instead of the default one, to value outgoing stock for the current product*
 
2604
 
 
2605
 
 
2606
 
 
2607
:price: Customer Price, float, readonly
 
2608
 
 
2609
 
 
2610
 
 
2611
 
 
2612
 
 
2613
:index_date: Index price date, date, required
 
2614
 
 
2615
 
 
2616
 
 
2617
 
 
2618
 
 
2619
:collection: Collection, many2one
 
2620
 
 
2621
 
 
2622
 
 
2623
 
 
2624
 
 
2625
:membership: Membership, boolean
 
2626
 
 
2627
    *Specify if this product is a membership product*
 
2628
 
 
2629
 
 
2630
 
 
2631
:supplier_taxes_id: Supplier Taxes, many2many
 
2632
 
 
2633
 
 
2634
 
 
2635
 
 
2636
 
 
2637
:manufacturer_pref: Manufacturer product code, char
 
2638
 
 
2639
 
 
2640
 
 
2641
 
 
2642
 
 
2643
:author_ids: Authors, many2many
 
2644
 
 
2645
 
 
2646
 
 
2647
 
 
2648
 
 
2649
:removal_time: Product removal time, integer
 
2650
 
 
2651
 
 
2652
 
 
2653
 
 
2654
 
 
2655
:link_ids: Related Books, many2many
 
2656
 
 
2657
 
 
2658
 
 
2659
 
 
2660
 
 
2661
:equivalency_in_A4: A4 Equivalency, float
 
2662
 
 
2663
 
 
2664
 
 
2665
 
 
2666
 
 
2667
:produce_delay: Manufacturing Lead Time, float
 
2668
 
 
2669
    *Average time to produce this product. This is only for the production order and, if it is a multi-level bill of material, it's only for the level of this product. Different delays will be summed for all levels and purchase orders.*
 
2670
 
 
2671
 
 
2672
 
 
2673
:property_account_expense: Expense Account, many2one
 
2674
 
 
2675
    *This account will be used instead of the default one to value outgoing stock for the current product*
 
2676
 
 
2677
 
 
2678
 
 
2679
:categ_id: Category, many2one, required
 
2680
 
 
2681
 
 
2682
 
 
2683
 
 
2684
 
 
2685
:calculate_price: Compute price, boolean
 
2686
 
 
2687
 
 
2688
 
 
2689
 
 
2690
 
 
2691
:invoice_state: Invoice State, selection, readonly
 
2692
 
 
2693
 
 
2694
 
 
2695
 
 
2696
 
 
2697
:variant_ids: Variants, one2many
 
2698
 
 
2699
 
 
2700
 
 
2701
 
 
2702
 
 
2703
:cutting: Can be Cutted, boolean
 
2704
 
 
2705
 
 
2706
 
 
2707
 
 
2708
 
 
2709
:alert_time: Product alert time, integer
 
2710
 
 
2711
 
 
2712
 
 
2713
 
 
2714
 
 
2715
:taxes_id: Product Taxes, many2many
 
2716
 
 
2717
 
 
2718
 
 
2719
 
 
2720
 
 
2721
:date_parution: Release date, date
 
2722
 
 
2723
 
 
2724
 
 
2725
 
 
2726
 
 
2727
:state_ids: Allowed States, many2many
 
2728
 
 
2729
 
 
2730
 
 
2731
 
 
2732
 
 
2733
:index_sale: Sales indexes, many2many
 
2734
 
 
2735
 
 
2736
 
 
2737
 
 
2738
 
 
2739
:date_from: From Date, date, readonly
 
2740
 
 
2741
 
 
2742
 
 
2743
 
 
2744
 
 
2745
:warranty: Warranty (months), float
 
2746
 
 
2747
 
 
2748
 
 
2749
 
 
2750
 
 
2751
:unique_production_number: Unique Production Number, boolean
 
2752
 
 
2753
 
 
2754
 
 
2755
 
 
2756
Object: hotel folio new (hotel.folio)
 
2757
#####################################
 
2758
 
 
2759
 
 
2760
 
 
2761
:origin: Origin, char
 
2762
 
 
2763
 
 
2764
 
 
2765
 
 
2766
 
 
2767
:topnotes: Top Notes, text
 
2768
 
 
2769
 
 
2770
 
 
2771
 
 
2772
 
 
2773
:checkin_date: Check In, datetime, required, readonly
 
2774
 
 
2775
 
 
2776
 
 
2777
 
 
2778
 
 
2779
:order_line: Order Lines, one2many, readonly
 
2780
 
 
2781
 
 
2782
 
 
2783
 
 
2784
 
 
2785
:picking_policy: Packing Policy, selection, required
 
2786
 
 
2787
    *If you don't have enough stock available to deliver all at once, do you accept partial shipments or not?*
 
2788
 
 
2789
 
 
2790
 
 
2791
:order_policy: Shipping Policy, selection, required, readonly
 
2792
 
 
2793
    *The Shipping Policy is used to synchronise invoice and delivery operations.
 
2794
    - The 'Pay before delivery' choice will first generate the invoice and then generate the packing order after the payment of this invoice.
 
2795
    - The 'Shipping & Manual Invoice' will create the packing order directly and wait for the user to manually click on the 'Invoice' button to generate the draft invoice.
 
2796
    - The 'Invoice on Order Ater Delivery' choice will generate the draft invoice based on sale order after all packing lists have been finished.
 
2797
    - The 'Invoice from the packing' choice is used to create an invoice during the packing process.*
 
2798
 
 
2799
 
 
2800
 
 
2801
:carrier_id: Delivery method, many2one
 
2802
 
 
2803
    *Complete this field if you plan to invoice the shipping based on packing.*
 
2804
 
 
2805
 
 
2806
 
 
2807
:invoice_ids: Invoice, many2many
 
2808
 
 
2809
    *This is the list of invoices that have been generated for this sale order. The same sale order may have been invoiced in several times (by line for example).*
 
2810
 
 
2811
 
 
2812
 
 
2813
:shop_id: Shop, many2one, required, readonly
 
2814
 
 
2815
 
 
2816
 
 
2817
 
 
2818
 
 
2819
:fleet_id: Default Sub Fleet, many2one
 
2820
 
 
2821
 
 
2822
 
 
2823
 
 
2824
 
 
2825
:client_order_ref: Customer Ref, char
 
2826
 
 
2827
 
 
2828
 
 
2829
 
 
2830
 
 
2831
:date_order: Date Ordered, date, required, readonly
 
2832
 
 
2833
 
 
2834
 
 
2835
 
 
2836
 
 
2837
:partner_id: Customer, many2one, readonly
 
2838
 
 
2839
 
 
2840
 
 
2841
 
 
2842
 
 
2843
:id: ID, integer, readonly
 
2844
 
 
2845
 
 
2846
 
 
2847
 
 
2848
 
 
2849
:invoiced: Paid, boolean, readonly
 
2850
 
 
2851
 
 
2852
 
 
2853
 
 
2854
 
 
2855
:delivery_line: Delivery Lines, one2many, readonly
 
2856
 
 
2857
 
 
2858
 
 
2859
 
 
2860
 
 
2861
:amount_tax: Taxes, float, readonly
 
2862
 
 
2863
 
 
2864
 
 
2865
 
 
2866
 
 
2867
:fiscal_position: Fiscal Position, many2one
 
2868
 
 
2869
 
 
2870
 
 
2871
 
 
2872
 
 
2873
:user_id: Salesman, many2one
 
2874
 
 
2875
 
 
2876
 
 
2877
 
 
2878
 
 
2879
:room_lines: unknown, one2many
 
2880
 
 
2881
 
 
2882
 
 
2883
 
 
2884
 
 
2885
:payment_term: Payment Term, many2one
 
2886
 
 
2887
 
 
2888
 
 
2889
 
 
2890
 
 
2891
:journal_id: Journal, many2one
 
2892
 
 
2893
 
 
2894
 
 
2895
 
 
2896
 
 
2897
:note: Notes, text
 
2898
 
 
2899
 
 
2900
 
 
2901
 
 
2902
 
 
2903
:state: Order State, selection, readonly
 
2904
 
 
2905
    *Gives the state of the quotation or sale order. The exception state is automatically set when a cancel operation occurs in the invoice validation (Invoice Exception) or in the packing list process (Shipping Exception). The 'Waiting Schedule' state is set when the invoice is confirmed but waiting for the scheduler to run on the date 'Date Ordered'.*
 
2906
 
 
2907
 
 
2908
 
 
2909
:partner_bank: Bank Account, many2one
 
2910
 
 
2911
    *The bank account to pay to or to be paid from. It will be transferred to the invoice*
 
2912
 
 
2913
 
 
2914
 
 
2915
:abstract_line_ids: Order Lines, one2many, readonly
 
2916
 
 
2917
 
 
2918
 
 
2919
 
 
2920
 
 
2921
:invoiced_rate: Invoiced, float, readonly
 
2922
 
 
2923
 
 
2924
 
 
2925
 
 
2926
 
 
2927
:service_lines: unknown, one2many
 
2928
 
 
2929
 
 
2930
 
 
2931
 
 
2932
 
 
2933
:pricelist_id: Pricelist, many2one, required, readonly
 
2934
 
 
2935
 
 
2936
 
 
2937
 
 
2938
 
 
2939
:advertising_agency: Advertising Agency, many2one
 
2940
 
 
2941
 
 
2942
 
 
2943
 
 
2944
 
 
2945
:project_id: Analytic Account, many2one, readonly
 
2946
 
 
2947
 
 
2948
 
 
2949
 
 
2950
 
 
2951
:has_supplier_direct_delivery: Has Supplier Direct Delivery, boolean, readonly
 
2952
 
 
2953
 
 
2954
 
 
2955
 
 
2956
 
 
2957
:incoterm: Incoterm, selection
 
2958
 
 
2959
 
 
2960
 
 
2961
 
 
2962
 
 
2963
:checkout_date: Check Out, datetime, required, readonly
 
2964
 
 
2965
 
 
2966
 
 
2967
 
 
2968
 
 
2969
:order_id: order_id, many2one, required
 
2970
 
 
2971
 
 
2972
 
 
2973
 
 
2974
 
 
2975
:published_customer: Published Customer, many2one
 
2976
 
 
2977
 
 
2978
 
 
2979
 
 
2980
 
 
2981
:partner_order_id: Ordering Contact, many2one, required, readonly
 
2982
 
 
2983
    *The name and address of the contact that requested the order or quotation.*
 
2984
 
 
2985
 
 
2986
 
 
2987
:picked_rate: Picked, float, readonly
 
2988
 
 
2989
 
 
2990
 
 
2991
 
 
2992
 
 
2993
:partner_invoice_id: Invoice Address, many2one, required, readonly
 
2994
 
 
2995
 
 
2996
 
 
2997
 
 
2998
 
 
2999
:esale_oscom_web: Website, many2one
 
3000
 
 
3001
 
 
3002
 
 
3003
 
 
3004
 
 
3005
:invoice_type_id: Invoice Type, many2one
 
3006
 
 
3007
 
 
3008
 
 
3009
 
 
3010
 
 
3011
:picking_ids: Related Packing, one2many, readonly
 
3012
 
 
3013
    *This is the list of picking list that have been generated for this invoice*
 
3014
 
 
3015
 
 
3016
 
 
3017
:esale_oscom_id: esale_oscom Id, integer
 
3018
 
 
3019
 
 
3020
 
 
3021
 
 
3022
 
 
3023
:amount_total: Total, float, readonly
 
3024
 
 
3025
 
 
3026
 
 
3027
 
 
3028
 
 
3029
:name: Order Description, char, required
 
3030
 
 
3031
 
 
3032
 
 
3033
 
 
3034
 
 
3035
:partner_shipping_id: Shipping Address, many2one, required, readonly
 
3036
 
 
3037
 
 
3038
 
 
3039
 
 
3040
 
 
3041
:customer_pricelist_id: Customer Pricelist, many2one
 
3042
 
 
3043
 
 
3044
 
 
3045
 
 
3046
 
 
3047
:price_type: Price method, selection, required
 
3048
 
 
3049
 
 
3050
 
 
3051
 
 
3052
 
 
3053
:amount_untaxed: Untaxed Amount, float, readonly
 
3054
 
 
3055
 
 
3056
 
 
3057
 
 
3058
 
 
3059
:has_error: Magento order error, integer
 
3060
 
 
3061
 
 
3062
 
 
3063
 
 
3064
 
 
3065
:invoice_quantity: Invoice on, selection, required
 
3066
 
 
3067
    *The sale order will automatically create the invoice proposition (draft invoice). Ordered and delivered quantities may not be the same. You have to choose if you invoice based on ordered or shipped quantities. If the product is a service, shipped quantities means hours spent on the associated tasks.*
 
3068
 
 
3069
 
 
3070
 
 
3071
:payment_type: Payment type, many2one
 
3072
 
 
3073
    *The type of payment. It will be transferred to the invoice*
 
3074
 
 
3075
 
 
3076
 
 
3077
:shipped: Picked, boolean, readonly
 
3078
 
 
3079
 
 
3080
 
 
3081
 
 
3082
 
 
3083
:discount_campaign: Discount Campaign, many2one
 
3084
 
 
3085
 
 
3086
 
 
3087
 
 
3088
 
 
3089
:margin: Margin, float, readonly
 
3090
 
 
3091
 
 
3092
 
 
3093
 
 
3094
 
 
3095
:magento_id: Magento order id, integer
 
3096
 
 
3097
 
 
3098
 
 
3099
 
 
3100
Object: hotel folio1 room line (hotel_folio.line)
 
3101
#################################################
 
3102
 
 
3103
 
 
3104
 
 
3105
:property_ids: Properties, many2many
 
3106
 
 
3107
 
 
3108
 
 
3109
 
 
3110
 
 
3111
:product_uos_qty: Quantity (UoS), float
 
3112
 
 
3113
 
 
3114
 
 
3115
 
 
3116
 
 
3117
:adv_issue: Advertising Issue, many2one
 
3118
 
 
3119
 
 
3120
 
 
3121
 
 
3122
 
 
3123
:product_uom: Product UoM, many2one
 
3124
 
 
3125
 
 
3126
 
 
3127
 
 
3128
 
 
3129
:sequence: Sequence Number, integer
 
3130
 
 
3131
 
 
3132
 
 
3133
 
 
3134
 
 
3135
:parent_fleet_id: Fleet, many2one
 
3136
 
 
3137
 
 
3138
 
 
3139
 
 
3140
 
 
3141
:price_unit: Unit Price, float, required
 
3142
 
 
3143
 
 
3144
 
 
3145
 
 
3146
 
 
3147
:product_uom_qty: Quantity (UoM), float
 
3148
 
 
3149
 
 
3150
 
 
3151
 
 
3152
 
 
3153
:price_subtotal: Subtotal w/o tax, float, readonly
 
3154
 
 
3155
 
 
3156
 
 
3157
 
 
3158
 
 
3159
:maintenance_month_qty: Maintenance Month Quantity, integer, readonly
 
3160
 
 
3161
 
 
3162
 
 
3163
 
 
3164
 
 
3165
:deliveries: Planned Deliveries, float, readonly
 
3166
 
 
3167
 
 
3168
 
 
3169
 
 
3170
 
 
3171
:is_supplier_direct_delivery_advised: Is Supplier Direct Delivery Advised?, boolean, readonly
 
3172
 
 
3173
 
 
3174
 
 
3175
 
 
3176
 
 
3177
:size_x: Width, float
 
3178
 
 
3179
 
 
3180
 
 
3181
 
 
3182
 
 
3183
:size_y: Height, float
 
3184
 
 
3185
 
 
3186
 
 
3187
 
 
3188
 
 
3189
:size_z: Thickness, float
 
3190
 
 
3191
 
 
3192
 
 
3193
 
 
3194
 
 
3195
:product_uos: Product UoS, many2one
 
3196
 
 
3197
 
 
3198
 
 
3199
 
 
3200
 
 
3201
:purchase_order_line: Related Purchase Order Line, many2one
 
3202
 
 
3203
 
 
3204
 
 
3205
 
 
3206
 
 
3207
:production_lot_id: Production Lot, many2one
 
3208
 
 
3209
 
 
3210
 
 
3211
 
 
3212
 
 
3213
:number_packages: Number Packages, integer, readonly
 
3214
 
 
3215
 
 
3216
 
 
3217
 
 
3218
 
 
3219
:invoiced: Invoiced, boolean, readonly
 
3220
 
 
3221
 
 
3222
 
 
3223
 
 
3224
 
 
3225
:delay: Delivery Delay, float, required
 
3226
 
 
3227
 
 
3228
 
 
3229
 
 
3230
 
 
3231
:folio_id: folio_id, many2one
 
3232
 
 
3233
 
 
3234
 
 
3235
 
 
3236
 
 
3237
:analytics_id: Analytic Distribution, many2one
 
3238
 
 
3239
 
 
3240
 
 
3241
 
 
3242
 
 
3243
:state: Status, selection, required, readonly
 
3244
 
 
3245
 
 
3246
 
 
3247
 
 
3248
 
 
3249
:name: Description, char, required
 
3250
 
 
3251
 
 
3252
 
 
3253
 
 
3254
 
 
3255
:move_ids: Inventory Moves, one2many, readonly
 
3256
 
 
3257
 
 
3258
 
 
3259
 
 
3260
 
 
3261
:order_id: Order Ref, many2one, required
 
3262
 
 
3263
 
 
3264
 
 
3265
 
 
3266
 
 
3267
:from_date: Start of Validity, datetime
 
3268
 
 
3269
 
 
3270
 
 
3271
 
 
3272
 
 
3273
:maintenance_product_qty: Maintenance Product Quantity, integer
 
3274
 
 
3275
 
 
3276
 
 
3277
 
 
3278
 
 
3279
:order_partner_id: Customer, many2one
 
3280
 
 
3281
 
 
3282
 
 
3283
 
 
3284
 
 
3285
:is_supplier_direct_delivery: Is Direct Delivery?, boolean
 
3286
 
 
3287
 
 
3288
 
 
3289
 
 
3290
 
 
3291
:product_packaging: Packaging, many2one
 
3292
 
 
3293
 
 
3294
 
 
3295
 
 
3296
 
 
3297
:maintenance_start_date: Maintenance Start Date, date
 
3298
 
 
3299
 
 
3300
 
 
3301
 
 
3302
 
 
3303
:checkout_date: Check Out, datetime, required
 
3304
 
 
3305
 
 
3306
 
 
3307
 
 
3308
 
 
3309
:type: Procure Method, selection, required
 
3310
 
 
3311
 
 
3312
 
 
3313
 
 
3314
 
 
3315
:purchase_price: Cost Price, float
 
3316
 
 
3317
 
 
3318
 
 
3319
 
 
3320
 
 
3321
:maintenance_end_date: Maintenance End Date, date
 
3322
 
 
3323
 
 
3324
 
 
3325
 
 
3326
 
 
3327
:procurement_id: Procurement, many2one
 
3328
 
 
3329
 
 
3330
 
 
3331
 
 
3332
 
 
3333
:order_fleet_id: Default Sale Order Sub Fleet, many2one
 
3334
 
 
3335
 
 
3336
 
 
3337
 
 
3338
 
 
3339
:price_unit_customer: Customer Unit Price, float
 
3340
 
 
3341
 
 
3342
 
 
3343
 
 
3344
 
 
3345
:layout_remark: Layout Remark, text
 
3346
 
 
3347
 
 
3348
 
 
3349
 
 
3350
 
 
3351
:price_subtotal_incl: Subtotal, float, readonly
 
3352
 
 
3353
 
 
3354
 
 
3355
 
 
3356
 
 
3357
:discount: Discount (%), float
 
3358
 
 
3359
 
 
3360
 
 
3361
 
 
3362
 
 
3363
:prodlot_id: Production lot, many2one
 
3364
 
 
3365
    *Production lot is used to put a serial number on the production*
 
3366
 
 
3367
 
 
3368
 
 
3369
:dimension_custom_value_ids: Dimension Custom Values, one2many
 
3370
 
 
3371
 
 
3372
 
 
3373
 
 
3374
 
 
3375
:checkin_date: Check In, datetime, required
 
3376
 
 
3377
 
 
3378
 
 
3379
 
 
3380
 
 
3381
:price_net: Net Price, float, readonly
 
3382
 
 
3383
 
 
3384
 
 
3385
 
 
3386
 
 
3387
:layout_type: Layout Type, selection, required
 
3388
 
 
3389
 
 
3390
 
 
3391
 
 
3392
 
 
3393
:tax_id: Taxes, many2many
 
3394
 
 
3395
 
 
3396
 
 
3397
 
 
3398
 
 
3399
:is_maintenance: Is Maintenance, boolean
 
3400
 
 
3401
 
 
3402
 
 
3403
 
 
3404
 
 
3405
:page_reference: Reference of the Page, char
 
3406
 
 
3407
 
 
3408
 
 
3409
 
 
3410
 
 
3411
:expected_invoice_date: Expected Invoice Date, datetime
 
3412
 
 
3413
 
 
3414
 
 
3415
 
 
3416
 
 
3417
:invoice_lines: Invoice Lines, many2many, readonly
 
3418
 
 
3419
 
 
3420
 
 
3421
 
 
3422
 
 
3423
:notes: Notes, text
 
3424
 
 
3425
 
 
3426
 
 
3427
 
 
3428
 
 
3429
:purchase_order_state: Purchase Order State, char
 
3430
 
 
3431
 
 
3432
 
 
3433
 
 
3434
 
 
3435
:purchase_order: Related Purchase Order, many2one
 
3436
 
 
3437
 
 
3438
 
 
3439
 
 
3440
 
 
3441
:prodlot_ids: Lots Assignation, one2many
 
3442
 
 
3443
    *Production lot is used to put a serial number on the production*
 
3444
 
 
3445
 
 
3446
 
 
3447
:product_id: Product, many2one
 
3448
 
 
3449
 
 
3450
 
 
3451
 
 
3452
 
 
3453
:th_weight: Weight, float
 
3454
 
 
3455
 
 
3456
 
 
3457
 
 
3458
 
 
3459
:fleet_id: Sub Fleet, many2one
 
3460
 
 
3461
 
 
3462
 
 
3463
 
 
3464
 
 
3465
:customer_ref: Customer reference, char
 
3466
 
 
3467
 
 
3468
 
 
3469
 
 
3470
 
 
3471
:address_allotment_id: Allotment Partner, many2one
 
3472
 
 
3473
 
 
3474
 
 
3475
 
 
3476
 
 
3477
:margin: Margin, float, readonly
 
3478
 
 
3479
 
 
3480
 
 
3481
 
 
3482
 
 
3483
:order_line_id: order_line_id, many2one, required
 
3484
 
 
3485
 
 
3486
 
 
3487
 
 
3488
 
 
3489
:to_date: End of Validity, datetime
 
3490
 
 
3491
 
 
3492
 
 
3493
 
 
3494
Object: hotel Service line (hotel_service.line)
 
3495
###############################################
 
3496
 
 
3497
 
 
3498
 
 
3499
:property_ids: Properties, many2many
 
3500
 
 
3501
 
 
3502
 
 
3503
 
 
3504
 
 
3505
:product_uos_qty: Quantity (UoS), float
 
3506
 
 
3507
 
 
3508
 
 
3509
 
 
3510
 
 
3511
:adv_issue: Advertising Issue, many2one
 
3512
 
 
3513
 
 
3514
 
 
3515
 
 
3516
 
 
3517
:product_uom: Product UoM, many2one
 
3518
 
 
3519
 
 
3520
 
 
3521
 
 
3522
 
 
3523
:sequence: Sequence Number, integer
 
3524
 
 
3525
 
 
3526
 
 
3527
 
 
3528
 
 
3529
:parent_fleet_id: Fleet, many2one
 
3530
 
 
3531
 
 
3532
 
 
3533
 
 
3534
 
 
3535
:price_unit: Unit Price, float, required
 
3536
 
 
3537
 
 
3538
 
 
3539
 
 
3540
 
 
3541
:product_uom_qty: Quantity (UoM), float
 
3542
 
 
3543
 
 
3544
 
 
3545
 
 
3546
 
 
3547
:price_subtotal: Subtotal w/o tax, float, readonly
 
3548
 
 
3549
 
 
3550
 
 
3551
 
 
3552
 
 
3553
:maintenance_month_qty: Maintenance Month Quantity, integer, readonly
 
3554
 
 
3555
 
 
3556
 
 
3557
 
 
3558
 
 
3559
:deliveries: Planned Deliveries, float, readonly
 
3560
 
 
3561
 
 
3562
 
 
3563
 
 
3564
 
 
3565
:is_supplier_direct_delivery_advised: Is Supplier Direct Delivery Advised?, boolean, readonly
 
3566
 
 
3567
 
 
3568
 
 
3569
 
 
3570
 
 
3571
:size_x: Width, float
 
3572
 
 
3573
 
 
3574
 
 
3575
 
 
3576
 
 
3577
:size_y: Height, float
 
3578
 
 
3579
 
 
3580
 
 
3581
 
 
3582
 
 
3583
:size_z: Thickness, float
 
3584
 
 
3585
 
 
3586
 
 
3587
 
 
3588
 
 
3589
:product_uos: Product UoS, many2one
 
3590
 
 
3591
 
 
3592
 
 
3593
 
 
3594
 
 
3595
:purchase_order_line: Related Purchase Order Line, many2one
 
3596
 
 
3597
 
 
3598
 
 
3599
 
 
3600
 
 
3601
:production_lot_id: Production Lot, many2one
 
3602
 
 
3603
 
 
3604
 
 
3605
 
 
3606
 
 
3607
:number_packages: Number Packages, integer, readonly
 
3608
 
 
3609
 
 
3610
 
 
3611
 
 
3612
 
 
3613
:invoiced: Invoiced, boolean, readonly
 
3614
 
 
3615
 
 
3616
 
 
3617
 
 
3618
 
 
3619
:delay: Delivery Delay, float, required
 
3620
 
 
3621
 
 
3622
 
 
3623
 
 
3624
 
 
3625
:folio_id: folio_id, many2one
 
3626
 
 
3627
 
 
3628
 
 
3629
 
 
3630
 
 
3631
:analytics_id: Analytic Distribution, many2one
 
3632
 
 
3633
 
 
3634
 
 
3635
 
 
3636
 
 
3637
:state: Status, selection, required, readonly
 
3638
 
 
3639
 
 
3640
 
 
3641
 
 
3642
 
 
3643
:name: Description, char, required
 
3644
 
 
3645
 
 
3646
 
 
3647
 
 
3648
 
 
3649
:move_ids: Inventory Moves, one2many, readonly
 
3650
 
 
3651
 
 
3652
 
 
3653
 
 
3654
 
 
3655
:order_id: Order Ref, many2one, required
 
3656
 
 
3657
 
 
3658
 
 
3659
 
 
3660
 
 
3661
:from_date: Start of Validity, datetime
 
3662
 
 
3663
 
 
3664
 
 
3665
 
 
3666
 
 
3667
:maintenance_product_qty: Maintenance Product Quantity, integer
 
3668
 
 
3669
 
 
3670
 
 
3671
 
 
3672
 
 
3673
:order_partner_id: Customer, many2one
 
3674
 
 
3675
 
 
3676
 
 
3677
 
 
3678
 
 
3679
:is_supplier_direct_delivery: Is Direct Delivery?, boolean
 
3680
 
 
3681
 
 
3682
 
 
3683
 
 
3684
 
 
3685
:product_packaging: Packaging, many2one
 
3686
 
 
3687
 
 
3688
 
 
3689
 
 
3690
 
 
3691
:maintenance_start_date: Maintenance Start Date, date
 
3692
 
 
3693
 
 
3694
 
 
3695
 
 
3696
 
 
3697
:type: Procure Method, selection, required
 
3698
 
 
3699
 
 
3700
 
 
3701
 
 
3702
 
 
3703
:purchase_price: Cost Price, float
 
3704
 
 
3705
 
 
3706
 
 
3707
 
 
3708
 
 
3709
:maintenance_end_date: Maintenance End Date, date
 
3710
 
 
3711
 
 
3712
 
 
3713
 
 
3714
 
 
3715
:procurement_id: Procurement, many2one
 
3716
 
 
3717
 
 
3718
 
 
3719
 
 
3720
 
 
3721
:order_fleet_id: Default Sale Order Sub Fleet, many2one
 
3722
 
 
3723
 
 
3724
 
 
3725
 
 
3726
 
 
3727
:price_unit_customer: Customer Unit Price, float
 
3728
 
 
3729
 
 
3730
 
 
3731
 
 
3732
 
 
3733
:layout_remark: Layout Remark, text
 
3734
 
 
3735
 
 
3736
 
 
3737
 
 
3738
 
 
3739
:service_line_id: service_line_id, many2one, required
 
3740
 
 
3741
 
 
3742
 
 
3743
 
 
3744
 
 
3745
:price_subtotal_incl: Subtotal, float, readonly
 
3746
 
 
3747
 
 
3748
 
 
3749
 
 
3750
 
 
3751
:discount: Discount (%), float
 
3752
 
 
3753
 
 
3754
 
 
3755
 
 
3756
 
 
3757
:prodlot_id: Production lot, many2one
 
3758
 
 
3759
    *Production lot is used to put a serial number on the production*
 
3760
 
 
3761
 
 
3762
 
 
3763
:dimension_custom_value_ids: Dimension Custom Values, one2many
 
3764
 
 
3765
 
 
3766
 
 
3767
 
 
3768
 
 
3769
:price_net: Net Price, float, readonly
 
3770
 
 
3771
 
 
3772
 
 
3773
 
 
3774
 
 
3775
:layout_type: Layout Type, selection, required
 
3776
 
 
3777
 
 
3778
 
 
3779
 
 
3780
 
 
3781
:tax_id: Taxes, many2many
 
3782
 
 
3783
 
 
3784
 
 
3785
 
 
3786
 
 
3787
:is_maintenance: Is Maintenance, boolean
 
3788
 
 
3789
 
 
3790
 
 
3791
 
 
3792
 
 
3793
:page_reference: Reference of the Page, char
 
3794
 
 
3795
 
 
3796
 
 
3797
 
 
3798
 
 
3799
:expected_invoice_date: Expected Invoice Date, datetime
 
3800
 
 
3801
 
 
3802
 
 
3803
 
 
3804
 
 
3805
:invoice_lines: Invoice Lines, many2many, readonly
 
3806
 
 
3807
 
 
3808
 
 
3809
 
 
3810
 
 
3811
:notes: Notes, text
 
3812
 
 
3813
 
 
3814
 
 
3815
 
 
3816
 
 
3817
:purchase_order_state: Purchase Order State, char
 
3818
 
 
3819
 
 
3820
 
 
3821
 
 
3822
 
 
3823
:purchase_order: Related Purchase Order, many2one
 
3824
 
 
3825
 
 
3826
 
 
3827
 
 
3828
 
 
3829
:prodlot_ids: Lots Assignation, one2many
 
3830
 
 
3831
    *Production lot is used to put a serial number on the production*
 
3832
 
 
3833
 
 
3834
 
 
3835
:product_id: Product, many2one
 
3836
 
 
3837
 
 
3838
 
 
3839
 
 
3840
 
 
3841
:th_weight: Weight, float
 
3842
 
 
3843
 
 
3844
 
 
3845
 
 
3846
 
 
3847
:fleet_id: Sub Fleet, many2one
 
3848
 
 
3849
 
 
3850
 
 
3851
 
 
3852
 
 
3853
:customer_ref: Customer reference, char
 
3854
 
 
3855
 
 
3856
 
 
3857
 
 
3858
 
 
3859
:address_allotment_id: Allotment Partner, many2one
 
3860
 
 
3861
 
 
3862
 
 
3863
 
 
3864
 
 
3865
:margin: Margin, float, readonly
 
3866
 
 
3867
 
 
3868
 
 
3869
 
 
3870
 
 
3871
:to_date: End of Validity, datetime
 
3872
 
 
3873
 
 
3874
 
 
3875
 
 
3876
Object: Service Type (hotel.service_type)
 
3877
#########################################
 
3878
 
 
3879
 
 
3880
 
 
3881
:property_account_expense_categ: Expense Account, many2one
 
3882
 
 
3883
    *This account will be used to value outgoing stock for the current product category*
 
3884
 
 
3885
 
 
3886
 
 
3887
:updated: Category updated on Magento, boolean
 
3888
 
 
3889
 
 
3890
 
 
3891
 
 
3892
 
 
3893
:magento_product_attribute_set_id: Magento product attribute set id, integer
 
3894
 
 
3895
 
 
3896
 
 
3897
 
 
3898
 
 
3899
:ser_id: category, many2one, required
 
3900
 
 
3901
 
 
3902
 
 
3903
 
 
3904
 
 
3905
:sequence: Sequence, integer
 
3906
 
 
3907
 
 
3908
 
 
3909
 
 
3910
 
 
3911
:property_account_expense_europe: Expense Account for Europe, many2one
 
3912
 
 
3913
    *This account will be used, instead of the default one, to value outgoing stock for the current product*
 
3914
 
 
3915
 
 
3916
 
 
3917
:property_stock_journal: Stock journal, many2one
 
3918
 
 
3919
    *This journal will be used for the accounting move generated by stock move*
 
3920
 
 
3921
 
 
3922
 
 
3923
:property_stock_account_input_categ: Stock Input Account, many2one
 
3924
 
 
3925
    *This account will be used to value the input stock*
 
3926
 
 
3927
 
 
3928
 
 
3929
:property_account_income_categ: Income Account, many2one
 
3930
 
 
3931
    *This account will be used to value incoming stock for the current product category*
 
3932
 
 
3933
 
 
3934
 
 
3935
:child_id: Child Categories, one2many
 
3936
 
 
3937
 
 
3938
 
 
3939
 
 
3940
 
 
3941
:property_stock_account_output_categ: Stock Output Account, many2one
 
3942
 
 
3943
    *This account will be used to value the output stock*
 
3944
 
 
3945
 
 
3946
 
 
3947
:name: Name, char, required
 
3948
 
 
3949
 
 
3950
 
 
3951
 
 
3952
 
 
3953
:isactivitytype: Is Activity Type, boolean
 
3954
 
 
3955
 
 
3956
 
 
3957
 
 
3958
 
 
3959
:isroomtype: Is Room Type, boolean
 
3960
 
 
3961
 
 
3962
 
 
3963
 
 
3964
 
 
3965
:exportable: Export to website, boolean
 
3966
 
 
3967
 
 
3968
 
 
3969
 
 
3970
 
 
3971
:property_account_expense_world: Outside Europe Expense Account, many2one
 
3972
 
 
3973
    *This account will be used, instead of the default one, to value outgoing stock for the current product*
 
3974
 
 
3975
 
 
3976
 
 
3977
:ismenutype: Is Menu Type, boolean
 
3978
 
 
3979
 
 
3980
 
 
3981
 
 
3982
 
 
3983
:isservicetype: Is Service Type, boolean
 
3984
 
 
3985
 
 
3986
 
 
3987
 
 
3988
 
 
3989
:parent_id: Parent Category, many2one
 
3990
 
 
3991
 
 
3992
 
 
3993
 
 
3994
 
 
3995
:property_account_income_world: Outside Europe Income Account, many2one
 
3996
 
 
3997
    *This account will be used, instead of the default one, to value incoming stock for the current product*
 
3998
 
 
3999
 
 
4000
 
 
4001
:complete_name: Name, char, readonly
 
4002
 
 
4003
 
 
4004
 
 
4005
 
 
4006
 
 
4007
:magento_product_type: Magento product type, integer
 
4008
 
 
4009
 
 
4010
 
 
4011
 
 
4012
 
 
4013
:isamenitype: Is amenities Type, boolean
 
4014
 
 
4015
 
 
4016
 
 
4017
 
 
4018
 
 
4019
:property_account_income_europe: Income Account for Europe, many2one
 
4020
 
 
4021
    *This account will be used, instead of the default one, to value incoming stock for the current product*
 
4022
 
 
4023
 
 
4024
 
 
4025
:magento_id: Magento category id, integer
 
4026
 
 
4027
 
 
4028
 
 
4029
 
 
4030
Object: Hotel Services and its charges (hotel.services)
 
4031
#######################################################
 
4032
 
 
4033
 
 
4034
 
 
4035
:ean13: EAN, char
 
4036
 
 
4037
    *Barcode number for EAN8 EAN13 UPC JPC GTIN http://de.wikipedia.org/wiki/Global_Trade_Item_Number*
 
4038
 
 
4039
 
 
4040
 
 
4041
:characteristic_ids: Characteristics, many2many
 
4042
 
 
4043
 
 
4044
 
 
4045
 
 
4046
 
 
4047
:code: Acronym, char, readonly
 
4048
 
 
4049
 
 
4050
 
 
4051
 
 
4052
 
 
4053
:pricelist_purchase: Purchase Pricelists, text, readonly
 
4054
 
 
4055
 
 
4056
 
 
4057
 
 
4058
 
 
4059
:incoming_qty: Incoming, float, readonly
 
4060
 
 
4061
    *Quantities of products that are planned to arrive in selected locations or all internal if none have been selected.*
 
4062
 
 
4063
 
 
4064
 
 
4065
:standard_price: Cost Price, float, required
 
4066
 
 
4067
    *The cost of the product for accounting stock valuation. It can serves as a base price for supplier price.*
 
4068
 
 
4069
 
 
4070
 
 
4071
:membership_date_to: Date to, date
 
4072
 
 
4073
 
 
4074
 
 
4075
 
 
4076
 
 
4077
:size_x: Width, float
 
4078
 
 
4079
 
 
4080
 
 
4081
 
 
4082
 
 
4083
:size_y: Length, float
 
4084
 
 
4085
 
 
4086
 
 
4087
 
 
4088
 
 
4089
:size_z: Thickness, float
 
4090
 
 
4091
 
 
4092
 
 
4093
 
 
4094
 
 
4095
:property_account_income: Income Account, many2one
 
4096
 
 
4097
    *This account will be used instead of the default one to value incoming stock for the current product*
 
4098
 
 
4099
 
 
4100
 
 
4101
:list_price: Sale Price, float
 
4102
 
 
4103
    *Base price for computing the customer price. Sometimes called the catalog price.*
 
4104
 
 
4105
 
 
4106
 
 
4107
:buyer_price: Buyer price, float
 
4108
 
 
4109
 
 
4110
 
 
4111
 
 
4112
 
 
4113
:author_om_ids: Authors, one2many
 
4114
 
 
4115
 
 
4116
 
 
4117
 
 
4118
 
 
4119
:company_id: Company, many2one
 
4120
 
 
4121
 
 
4122
 
 
4123
 
 
4124
 
 
4125
:num_pocket: Collection Num., char
 
4126
 
 
4127
 
 
4128
 
 
4129
 
 
4130
 
 
4131
:loc_rack: Rack, char
 
4132
 
 
4133
 
 
4134
 
 
4135
 
 
4136
 
 
4137
:ismenucard: Is Room, boolean
 
4138
 
 
4139
 
 
4140
 
 
4141
 
 
4142
 
 
4143
:manufacturer_id:  Manufacturer, many2one
 
4144
 
 
4145
 
 
4146
 
 
4147
 
 
4148
 
 
4149
:price_margin: Variant Price Margin, float
 
4150
 
 
4151
 
 
4152
 
 
4153
 
 
4154
 
 
4155
:property_stock_account_input: Stock Input Account, many2one
 
4156
 
 
4157
    *This account will be used, instead of the default one, to value input stock*
 
4158
 
 
4159
 
 
4160
 
 
4161
:updated: Product updated on Magento, boolean
 
4162
 
 
4163
 
 
4164
 
 
4165
 
 
4166
 
 
4167
:format: Format, char
 
4168
 
 
4169
 
 
4170
 
 
4171
 
 
4172
 
 
4173
:pocket: Pocket, char
 
4174
 
 
4175
 
 
4176
 
 
4177
 
 
4178
 
 
4179
:is_direct_delivery_from_product: Is Supplier Direct Delivery Automatic?, boolean, readonly
 
4180
 
 
4181
 
 
4182
 
 
4183
 
 
4184
 
 
4185
:outgoing_qty: Outgoing, float, readonly
 
4186
 
 
4187
    *Quantities of products that are planned to leave in selected locations or all internal if none have been selected.*
 
4188
 
 
4189
 
 
4190
 
 
4191
:default_code: Code, char
 
4192
 
 
4193
 
 
4194
 
 
4195
 
 
4196
 
 
4197
:sale_num_invoiced: # Invoiced, float, readonly
 
4198
 
 
4199
    *Sum of Quantity in Customer Invoices*
 
4200
 
 
4201
 
 
4202
 
 
4203
:variants: Variants, char, readonly
 
4204
 
 
4205
 
 
4206
 
 
4207
 
 
4208
 
 
4209
:partner_ref: Customer ref, char, readonly
 
4210
 
 
4211
 
 
4212
 
 
4213
 
 
4214
 
 
4215
:rental: Rentable Product, boolean
 
4216
 
 
4217
 
 
4218
 
 
4219
 
 
4220
 
 
4221
:purchase_num_invoiced: # Invoiced, float, readonly
 
4222
 
 
4223
    *Sum of Quantity in Supplier Invoices*
 
4224
 
 
4225
 
 
4226
 
 
4227
:path_ids: Location Paths, one2many
 
4228
 
 
4229
    *These rules set the right path of the product in the whole location tree.*
 
4230
 
 
4231
 
 
4232
 
 
4233
:mes_type: Measure Type, selection, required
 
4234
 
 
4235
 
 
4236
 
 
4237
 
 
4238
 
 
4239
:name: Name, char, required
 
4240
 
 
4241
 
 
4242
 
 
4243
 
 
4244
 
 
4245
:qty_dispo: Stock available, float, readonly
 
4246
 
 
4247
 
 
4248
 
 
4249
 
 
4250
 
 
4251
:sale_expected: Expected Sale, float, readonly
 
4252
 
 
4253
    *Sum of Multification of Sale Catalog price and quantity of Customer Invoices*
 
4254
 
 
4255
 
 
4256
 
 
4257
:rough_drawing: rough drawing, binary
 
4258
 
 
4259
 
 
4260
 
 
4261
 
 
4262
 
 
4263
:dimension_value_ids: Dimensions, many2many
 
4264
 
 
4265
 
 
4266
 
 
4267
 
 
4268
 
 
4269
:seller_ids: Partners, one2many
 
4270
 
 
4271
 
 
4272
 
 
4273
 
 
4274
 
 
4275
:rack: Rack, many2one
 
4276
 
 
4277
 
 
4278
 
 
4279
 
 
4280
 
 
4281
:isroom: Is Room, boolean
 
4282
 
 
4283
 
 
4284
 
 
4285
 
 
4286
 
 
4287
:supply_method: Supply method, selection, required
 
4288
 
 
4289
    *Produce will generate production order or tasks, according to the product type. Purchase will trigger purchase orders when requested.*
 
4290
 
 
4291
 
 
4292
 
 
4293
:orderpoint_ids: Orderpoints, one2many
 
4294
 
 
4295
 
 
4296
 
 
4297
 
 
4298
 
 
4299
:weight: Gross weight, float
 
4300
 
 
4301
    *The gross weight in Kg.*
 
4302
 
 
4303
 
 
4304
 
 
4305
:total_margin: Total Margin, float, readonly
 
4306
 
 
4307
    *Turnorder - Total Cost*
 
4308
 
 
4309
 
 
4310
 
 
4311
:series: Series, many2one
 
4312
 
 
4313
 
 
4314
 
 
4315
 
 
4316
 
 
4317
:back: Reliure, selection
 
4318
 
 
4319
 
 
4320
 
 
4321
 
 
4322
 
 
4323
:creation_date: Creation date, datetime, readonly
 
4324
 
 
4325
 
 
4326
 
 
4327
 
 
4328
 
 
4329
:product_url: URL, char
 
4330
 
 
4331
 
 
4332
 
 
4333
 
 
4334
 
 
4335
:total_margin_rate: Total Margin (%), float, readonly
 
4336
 
 
4337
    *Total margin * 100 / Turnover*
 
4338
 
 
4339
 
 
4340
 
 
4341
:description_purchase: Purchase Description, text
 
4342
 
 
4343
 
 
4344
 
 
4345
 
 
4346
 
 
4347
:sales_gap: Sales Gap, float, readonly
 
4348
 
 
4349
    *Excepted Sale - Turn Over*
 
4350
 
 
4351
 
 
4352
 
 
4353
:virtual_available: Virtual Stock, float, readonly
 
4354
 
 
4355
    *Futur stock for this product according to the selected location or all internal if none have been selected. Computed as: Real Stock - Outgoing + Incoming.*
 
4356
 
 
4357
 
 
4358
 
 
4359
:date_retour: Return date, date
 
4360
 
 
4361
 
 
4362
 
 
4363
 
 
4364
 
 
4365
:total_cost: Total Cost, float, readonly
 
4366
 
 
4367
    *Sum of Multification of Invoice price and quantity of Supplier Invoices*
 
4368
 
 
4369
 
 
4370
 
 
4371
:language_id: Language, many2one
 
4372
 
 
4373
 
 
4374
 
 
4375
 
 
4376
 
 
4377
:thickness: Thickness, float
 
4378
 
 
4379
 
 
4380
 
 
4381
 
 
4382
 
 
4383
:product_tmpl_id: Product Template, many2one, required
 
4384
 
 
4385
 
 
4386
 
 
4387
 
 
4388
 
 
4389
:state: State, selection
 
4390
 
 
4391
 
 
4392
 
 
4393
 
 
4394
 
 
4395
:life_time: Product lifetime, integer
 
4396
 
 
4397
 
 
4398
 
 
4399
 
 
4400
 
 
4401
:weight_net: Net weight, float
 
4402
 
 
4403
    *The net weight in Kg.*
 
4404
 
 
4405
 
 
4406
 
 
4407
:magento_tax_class_id: Magento tax class id, integer
 
4408
 
 
4409
 
 
4410
 
 
4411
 
 
4412
 
 
4413
:sale_avg_price: Avg. Unit Price, float, readonly
 
4414
 
 
4415
    *Avg. Price in Customer Invoices)*
 
4416
 
 
4417
 
 
4418
 
 
4419
:manufacturer_pname: Manufacturer product name, char
 
4420
 
 
4421
 
 
4422
 
 
4423
 
 
4424
 
 
4425
:image_name: Image name, char
 
4426
 
 
4427
    *Image name created by Magento*
 
4428
 
 
4429
 
 
4430
 
 
4431
:partner_ref2: Customer ref, char, readonly
 
4432
 
 
4433
 
 
4434
 
 
4435
 
 
4436
 
 
4437
:in_out_stock: In/Out Stock, selection
 
4438
 
 
4439
 
 
4440
 
 
4441
 
 
4442
 
 
4443
:dimension_type_ids: Dimension Types, one2many
 
4444
 
 
4445
 
 
4446
 
 
4447
 
 
4448
 
 
4449
:product_picture: Product Picture, char
 
4450
 
 
4451
 
 
4452
 
 
4453
 
 
4454
 
 
4455
:active: Active, boolean
 
4456
 
 
4457
 
 
4458
 
 
4459
 
 
4460
 
 
4461
:loc_row: Row, char
 
4462
 
 
4463
 
 
4464
 
 
4465
 
 
4466
 
 
4467
:seller_delay: Supplier Lead Time, integer, readonly
 
4468
 
 
4469
    *This is the average delay in days between the purchase order confirmation and the reception of goods for this product and for the default supplier. It is used by the scheduler to order requests based on reordering delays.*
 
4470
 
 
4471
 
 
4472
 
 
4473
:spe_price: Special price, char
 
4474
 
 
4475
 
 
4476
 
 
4477
 
 
4478
 
 
4479
:loc_case: Case, char
 
4480
 
 
4481
 
 
4482
 
 
4483
 
 
4484
 
 
4485
:lot_ids: Lots, one2many
 
4486
 
 
4487
 
 
4488
 
 
4489
 
 
4490
 
 
4491
:length: Length, float
 
4492
 
 
4493
 
 
4494
 
 
4495
 
 
4496
 
 
4497
:service_id: Service_id, many2one
 
4498
 
 
4499
 
 
4500
 
 
4501
 
 
4502
 
 
4503
:purchase_ok: Can be Purchased, boolean
 
4504
 
 
4505
    *Determine if the product is visible in the list of products within a selection from a purchase order line.*
 
4506
 
 
4507
 
 
4508
 
 
4509
:catalog_num: Catalog number, char
 
4510
 
 
4511
 
 
4512
 
 
4513
 
 
4514
 
 
4515
:tome: Tome, char
 
4516
 
 
4517
 
 
4518
 
 
4519
 
 
4520
 
 
4521
:magento_id: Magento product id, integer
 
4522
 
 
4523
 
 
4524
 
 
4525
 
 
4526
 
 
4527
:danger_ids: Dangers products, many2many
 
4528
 
 
4529
 
 
4530
 
 
4531
 
 
4532
 
 
4533
:property_stock_procurement: Procurement Location, many2one
 
4534
 
 
4535
    *For the current product (template), this stock location will be used, instead of the default one, as the source location for stock moves generated by procurements*
 
4536
 
 
4537
 
 
4538
 
 
4539
:uos_id: Unit of Sale, many2one
 
4540
 
 
4541
    *Used by companies that manages two unit of measure: invoicing and stock management. For example, in food industries, you will manage a stock of ham but invoice in Kg. Keep empty to use the default UOM.*
 
4542
 
 
4543
 
 
4544
 
 
4545
:isbn: Isbn code, char
 
4546
 
 
4547
 
 
4548
 
 
4549
 
 
4550
 
 
4551
:purchase_line_warn_msg: Message for Purchase Order Line, text
 
4552
 
 
4553
 
 
4554
 
 
4555
 
 
4556
 
 
4557
:country_ids: Allowed Countries, many2many
 
4558
 
 
4559
 
 
4560
 
 
4561
 
 
4562
 
 
4563
:member_price: Member Price, float
 
4564
 
 
4565
 
 
4566
 
 
4567
 
 
4568
 
 
4569
:sale_line_warn_msg: Message for Sale Order Line, text
 
4570
 
 
4571
 
 
4572
 
 
4573
 
 
4574
 
 
4575
:packaging: Logistical Units, one2many
 
4576
 
 
4577
    *Gives the different ways to package the same product. This has no impact on the packing order and is mainly used if you use the EDI module.*
 
4578
 
 
4579
 
 
4580
 
 
4581
:purchase_avg_price: Avg. Unit Price, float, readonly
 
4582
 
 
4583
    *Avg. Price in Supplier Invoices*
 
4584
 
 
4585
 
 
4586
 
 
4587
:exp_date: Expiry date, datetime
 
4588
 
 
4589
 
 
4590
 
 
4591
 
 
4592
 
 
4593
:risque_ids: Risk products, many2many
 
4594
 
 
4595
 
 
4596
 
 
4597
 
 
4598
 
 
4599
:qty_available: Real Stock, float, readonly
 
4600
 
 
4601
    *Current quantities of products in selected locations or all internal if none have been selected.*
 
4602
 
 
4603
 
 
4604
 
 
4605
:use_time: Product usetime, integer
 
4606
 
 
4607
 
 
4608
 
 
4609
 
 
4610
 
 
4611
:property_account_expense_world1: Outside Europe Expense Account, many2one
 
4612
 
 
4613
    *This account will be used, instead of the default one, to value outgoing stock for the current product*
 
4614
 
 
4615
 
 
4616
 
 
4617
:uos_coeff: UOM -> UOS Coeff, float
 
4618
 
 
4619
    *Coefficient to convert UOM to UOS
 
4620
    uom = uos * coeff*
 
4621
 
 
4622
 
 
4623
 
 
4624
:auto_pick: Auto Picking, boolean
 
4625
 
 
4626
    *Auto picking for raw materials of production orders.*
 
4627
 
 
4628
 
 
4629
 
 
4630
:expected_margin_rate: Expected Margin (%), float, readonly
 
4631
 
 
4632
    *Expected margin * 100 / Expected Sale*
 
4633
 
 
4634
 
 
4635
 
 
4636
:buyer_price_index: Indexed buyer price, float, readonly
 
4637
 
 
4638
 
 
4639
 
 
4640
 
 
4641
 
 
4642
:index_purchase: Purchase indexes, many2many
 
4643
 
 
4644
 
 
4645
 
 
4646
 
 
4647
 
 
4648
:date_available: Available Date, date
 
4649
 
 
4650
 
 
4651
 
 
4652
 
 
4653
 
 
4654
:characteristic_group_ids: Characteristic groups, many2many
 
4655
 
 
4656
 
 
4657
 
 
4658
 
 
4659
 
 
4660
:width: Width, float
 
4661
 
 
4662
 
 
4663
 
 
4664
 
 
4665
 
 
4666
:pricelist_sale: Sale Pricelists, text, readonly
 
4667
 
 
4668
 
 
4669
 
 
4670
 
 
4671
 
 
4672
:normal_cost: Normal Cost, float, readonly
 
4673
 
 
4674
    *Sum of Multification of Cost price and quantity of Supplier Invoices*
 
4675
 
 
4676
 
 
4677
 
 
4678
:manufacturer: Manufacturer, many2one
 
4679
 
 
4680
 
 
4681
 
 
4682
 
 
4683
 
 
4684
:type: Product Type, selection, required
 
4685
 
 
4686
    *Will change the way procurements are processed. Consumables are stockable products with infinite stock, or for use when you have no stock management in the system.*
 
4687
 
 
4688
 
 
4689
 
 
4690
:property_account_income_europe: Income Account for Europe, many2one
 
4691
 
 
4692
    *This account will be used, instead of the default one, to value incoming stock for the current product*
 
4693
 
 
4694
 
 
4695
 
 
4696
:editor: Editor, many2one
 
4697
 
 
4698
 
 
4699
 
 
4700
 
 
4701
 
 
4702
:lang: Language, many2many
 
4703
 
 
4704
 
 
4705
 
 
4706
 
 
4707
 
 
4708
:price_cat: Price category, many2one
 
4709
 
 
4710
 
 
4711
 
 
4712
 
 
4713
 
 
4714
:num_edition: Num. edition, integer
 
4715
 
 
4716
 
 
4717
 
 
4718
 
 
4719
 
 
4720
:track_incoming: Track Incomming Lots, boolean
 
4721
 
 
4722
    *Force to use a Production Lot during receptions*
 
4723
 
 
4724
 
 
4725
 
 
4726
:property_stock_production: Production Location, many2one
 
4727
 
 
4728
    *For the current product (template), this stock location will be used, instead of the default one, as the source location for stock moves generated by production orders*
 
4729
 
 
4730
 
 
4731
 
 
4732
:securite_ids: Security, many2many
 
4733
 
 
4734
 
 
4735
 
 
4736
 
 
4737
 
 
4738
:volume: Volume, float
 
4739
 
 
4740
    *The volume in m3.*
 
4741
 
 
4742
 
 
4743
 
 
4744
:package_weight: Package Weight, float
 
4745
 
 
4746
 
 
4747
 
 
4748
 
 
4749
 
 
4750
:membership_date_from: Date from, date
 
4751
 
 
4752
 
 
4753
 
 
4754
 
 
4755
 
 
4756
:date_to: To Date, date, readonly
 
4757
 
 
4758
 
 
4759
 
 
4760
 
 
4761
 
 
4762
:procure_method: Procure Method, selection, required
 
4763
 
 
4764
    *'Make to Stock': When needed, take from the stock or wait until re-supplying. 'Make to Order': When needed, purchase or produce for the procurement request.*
 
4765
 
 
4766
 
 
4767
 
 
4768
:property_stock_inventory: Inventory Location, many2one
 
4769
 
 
4770
    *For the current product (template), this stock location will be used, instead of the default one, as the source location for stock moves generated when you do an inventory*
 
4771
 
 
4772
 
 
4773
 
 
4774
:cost_method: Costing Method, selection, required
 
4775
 
 
4776
    *Standard Price: the cost price is fixed and recomputed periodically (usually at the end of the year), Average Price: the cost price is recomputed at each reception of products.*
 
4777
 
 
4778
 
 
4779
 
 
4780
:sale_delay: Customer Lead Time, float
 
4781
 
 
4782
    *This is the average time between the confirmation of the customer order and the delivery of the finished products. It's the time you promise to your customers.*
 
4783
 
 
4784
 
 
4785
 
 
4786
:description_sale: Sale Description, text
 
4787
 
 
4788
 
 
4789
 
 
4790
 
 
4791
 
 
4792
:purchase_line_warn: Purchase Order Line, selection
 
4793
 
 
4794
    *Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field.*
 
4795
 
 
4796
 
 
4797
 
 
4798
:attribute_ids: Attributes, one2many
 
4799
 
 
4800
 
 
4801
 
 
4802
 
 
4803
 
 
4804
:property_stock_account_output: Stock Output Account, many2one
 
4805
 
 
4806
    *This account will be used, instead of the default one, to value output stock*
 
4807
 
 
4808
 
 
4809
 
 
4810
:hr_expense_ok: Can be Expensed, boolean
 
4811
 
 
4812
    *Determine if the product can be visible in the list of product within a selection from an HR expense sheet line.*
 
4813
 
 
4814
 
 
4815
 
 
4816
:schema: schema, binary
 
4817
 
 
4818
 
 
4819
 
 
4820
 
 
4821
 
 
4822
:purchase_gap: Purchase Gap, float, readonly
 
4823
 
 
4824
    *Normal Cost - Total Cost*
 
4825
 
 
4826
 
 
4827
 
 
4828
:sale_line_warn: Sale Order Line, selection
 
4829
 
 
4830
    *Selecting the "Warning" option will notify user with the message, Selecting "Blocking Message" will throw an exception with the message and block the flow. The Message has to be written in the next field.*
 
4831
 
 
4832
 
 
4833
 
 
4834
:isservice: Is Service id, boolean
 
4835
 
 
4836
 
 
4837
 
 
4838
 
 
4839
 
 
4840
:track_production: Track Production Lots, boolean
 
4841
 
 
4842
    *Force to use a Production Lot during production order*
 
4843
 
 
4844
 
 
4845
 
 
4846
:sale_ok: Can be sold, boolean
 
4847
 
 
4848
    *Determine if the product can be visible in the list of product within a selection from a sale order line.*
 
4849
 
 
4850
 
 
4851
 
 
4852
:nbpage: Number of pages, integer
 
4853
 
 
4854
 
 
4855
 
 
4856
 
 
4857
 
 
4858
:price_extra: Variant Price Extra, float
 
4859
 
 
4860
 
 
4861
 
 
4862
 
 
4863
 
 
4864
:uom_id: Default UoM, many2one, required
 
4865
 
 
4866
    *Default Unit of Measure used for all stock operation.*
 
4867
 
 
4868
 
 
4869
 
 
4870
:spe_price_status: Status, selection
 
4871
 
 
4872
 
 
4873
 
 
4874
 
 
4875
 
 
4876
:oscom_url: URL to OScommerce, char, readonly
 
4877
 
 
4878
 
 
4879
 
 
4880
 
 
4881
 
 
4882
:iscategid: Is categ id, boolean
 
4883
 
 
4884
 
 
4885
 
 
4886
 
 
4887
 
 
4888
:product_manager: Product Manager, many2one
 
4889
 
 
4890
 
 
4891
 
 
4892
 
 
4893
 
 
4894
:expected_margin: Expected Margin, float, readonly
 
4895
 
 
4896
    *Excepted Sale - Normal Cost*
 
4897
 
 
4898
 
 
4899
 
 
4900
:standard_price_index: Indexed standard price, float, readonly
 
4901
 
 
4902
 
 
4903
 
 
4904
 
 
4905
 
 
4906
:product_logo: Product Logo, binary
 
4907
 
 
4908
 
 
4909
 
 
4910
 
 
4911
 
 
4912
:image_label: Image label, char
 
4913
 
 
4914
    *Image label in the website. Left empty to take the product name as image label.*
 
4915
 
 
4916
 
 
4917
 
 
4918
:exportable: Export to website, boolean
 
4919
 
 
4920
 
 
4921
 
 
4922
 
 
4923
 
 
4924
:life_cycle: Life Cycle, selection
 
4925
 
 
4926
 
 
4927
 
 
4928
 
 
4929
 
 
4930
:auto_picking: Auto Picking for Production, boolean
 
4931
 
 
4932
 
 
4933
 
 
4934
 
 
4935
 
 
4936
:image: Image, binary
 
4937
 
 
4938
    *Image of the product (jpg or png). The same image will be set as thumbnail, small image and normal image. To change the product image, first delete the old one and save the product and then add the new one and save the product. Note that this image is optional, it can be left empty and manage the product images from Magento.*
 
4939
 
 
4940
 
 
4941
 
 
4942
:track_outgoing: Track Outging Lots, boolean
 
4943
 
 
4944
    *Force to use a Production Lot during deliveries*
 
4945
 
 
4946
 
 
4947
 
 
4948
:lst_price: List Price, float, readonly
 
4949
 
 
4950
 
 
4951
 
 
4952
 
 
4953
 
 
4954
:turnover: Turnover, float, readonly
 
4955
 
 
4956
    *Sum of Multification of Invoice price and quantity of Customer Invoices*
 
4957
 
 
4958
 
 
4959
 
 
4960
:property_account_income_world: Outside Europe Income Account, many2one
 
4961
 
 
4962
    *This account will be used, instead of the default one, to value incoming stock for the current product*
 
4963
 
 
4964
 
 
4965
 
 
4966
:is_maintenance: Is Maintenance?, boolean
 
4967
 
 
4968
 
 
4969
 
 
4970
 
 
4971
 
 
4972
:online: Visible on website, boolean
 
4973
 
 
4974
 
 
4975
 
 
4976
 
 
4977
 
 
4978
:uom_po_id: Purchase UoM, many2one, required
 
4979
 
 
4980
    *Default Unit of Measure used for purchase orders. It must in the same category than the default unit of measure.*
 
4981
 
 
4982
 
 
4983
 
 
4984
:intrastat_id: Intrastat code, many2one
 
4985
 
 
4986
 
 
4987
 
 
4988
 
 
4989
 
 
4990
:picture: Image, binary
 
4991
 
 
4992
 
 
4993
 
 
4994
 
 
4995
 
 
4996
:maintenance_analytic_id: Maintenance Analytic Account, many2one
 
4997
 
 
4998
 
 
4999
 
 
5000
 
 
5001
 
 
5002
:description: Description, text
 
5003
 
 
5004
 
 
5005
 
 
5006
 
 
5007
 
 
5008
:list_price_index: Indexed list price, float, readonly
 
5009
 
 
5010
 
 
5011
 
 
5012
 
 
5013
 
 
5014
:property_account_expense_europe: Expense Account for Europe, many2one
 
5015
 
 
5016
    *This account will be used, instead of the default one, to value outgoing stock for the current product*
 
5017
 
 
5018
 
 
5019
 
 
5020
:price: Customer Price, float, readonly
 
5021
 
 
5022
 
 
5023
 
 
5024
 
 
5025
 
 
5026
:index_date: Index price date, date, required
 
5027
 
 
5028
 
 
5029
 
 
5030
 
 
5031
 
 
5032
:collection: Collection, many2one
 
5033
 
 
5034
 
 
5035
 
 
5036
 
 
5037
 
 
5038
:membership: Membership, boolean
 
5039
 
 
5040
    *Specify if this product is a membership product*
 
5041
 
 
5042
 
 
5043
 
 
5044
:supplier_taxes_id: Supplier Taxes, many2many
 
5045
 
 
5046
 
 
5047
 
 
5048
 
 
5049
 
 
5050
:manufacturer_pref: Manufacturer product code, char
 
5051
 
 
5052
 
 
5053
 
 
5054
 
 
5055
 
 
5056
:author_ids: Authors, many2many
 
5057
 
 
5058
 
 
5059
 
 
5060
 
 
5061
 
 
5062
:removal_time: Product removal time, integer
 
5063
 
 
5064
 
 
5065
 
 
5066
 
 
5067
 
 
5068
:link_ids: Related Books, many2many
 
5069
 
 
5070
 
 
5071
 
 
5072
 
 
5073
 
 
5074
:equivalency_in_A4: A4 Equivalency, float
 
5075
 
 
5076
 
 
5077
 
 
5078
 
 
5079
 
 
5080
:produce_delay: Manufacturing Lead Time, float
 
5081
 
 
5082
    *Average time to produce this product. This is only for the production order and, if it is a multi-level bill of material, it's only for the level of this product. Different delays will be summed for all levels and purchase orders.*
 
5083
 
 
5084
 
 
5085
 
 
5086
:property_account_expense: Expense Account, many2one
 
5087
 
 
5088
    *This account will be used instead of the default one to value outgoing stock for the current product*
 
5089
 
 
5090
 
 
5091
 
 
5092
:categ_id: Category, many2one, required
 
5093
 
 
5094
 
 
5095
 
 
5096
 
 
5097
 
 
5098
:calculate_price: Compute price, boolean
 
5099
 
 
5100
 
 
5101
 
 
5102
 
 
5103
 
 
5104
:invoice_state: Invoice State, selection, readonly
 
5105
 
 
5106
 
 
5107
 
 
5108
 
 
5109
 
 
5110
:variant_ids: Variants, one2many
 
5111
 
 
5112
 
 
5113
 
 
5114
 
 
5115
 
 
5116
:cutting: Can be Cutted, boolean
 
5117
 
 
5118
 
 
5119
 
 
5120
 
 
5121
 
 
5122
:alert_time: Product alert time, integer
 
5123
 
 
5124
 
 
5125
 
 
5126
 
 
5127
 
 
5128
:taxes_id: Product Taxes, many2many
 
5129
 
 
5130
 
 
5131
 
 
5132
 
 
5133
 
 
5134
:date_parution: Release date, date
 
5135
 
 
5136
 
 
5137
 
 
5138
 
 
5139
 
 
5140
:state_ids: Allowed States, many2many
 
5141
 
 
5142
 
 
5143
 
 
5144
 
 
5145
 
 
5146
:index_sale: Sales indexes, many2many
 
5147
 
 
5148
 
 
5149
 
 
5150
 
 
5151
 
 
5152
:date_from: From Date, date, readonly
 
5153
 
 
5154
 
 
5155
 
 
5156
 
 
5157
 
 
5158
:warranty: Warranty (months), float
 
5159
 
 
5160
 
 
5161
 
 
5162
 
 
5163
 
 
5164
:unique_production_number: Unique Production Number, boolean
 
5165
 
 
5166