Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

Adding fields to inventory app

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
stockfieldsinheritanceinventory
3 Odpowiedzi
9149 Widoki
Awatar
Leke Onile-ere

I want to add fields to the product creation form in the Inventory app in order to fit my needs better however I can't find the view in order to do this i tried to look inside the app code and found that a few of the forms inherit product.product_template_form_view however i cannot find the actual view itself. I managed to add a field to the tab right at the end however ideally id like to create a separate tab where i can put whatever extra fields i need.

Using Odoo 11 any help would be appreciated

<record id="view_template_property_form" model="ir.ui.view">
<field
name="name">product.template.stock.property.form.inherit</field>
<field
name="model">product.template</field>
<field
name="inherit_id" ref="product.product_template_form_view"/>
<field
name="arch" type="xml">
<group
name="packaging" position="before">
<group
name="inventory">
<group
string="Operations" name="operations">
<field
name="route_ids" widget="many2many_checkboxes" attrs="{'invisible':[('type', 'in', ['service', 'digital'])]}"/>
<field
name="route_from_categ_ids" widget="many2many_tags" readonly="1" attrs="{'invisible':[('route_from_categ_ids', '=', [])]}"/>
<label
for="sale_delay"/>
<div>
<field
name="sale_delay" attrs="{'readonly':[('sale_ok','=',False)]}" class="oe_inline" style="vertical-align:baseline"/> days
</div>
</group>
<group
string="Logistics" name="group_lots_and_weight" attrs="{'invisible':[('type', 'not in', ['product', 'consu'])]}">
<label
for="weight"/>
<div
class="o_row" name="weight">
<field
name="weight"/>
<span>
kg</span>
</div>
<label
for="volume"/>
<div
class="o_row" name="volume">
<field
name="volume" string="Volume"/>
<span>
m³</span>
</div>
</group>
<group
string="Traceability" name="traceability" groups="stock.group_production_lot">
<field
name="tracking" widget="radio" attrs="{'invisible':[('type', 'in', ['service', 'digital'])]}"/>
</group>
<group
string="Counterpart Locations" name="stock_property" groups="base.group_no_one">
<field
name="property_stock_production" domain="[('usage','=','production')]"/>
<field
name="property_stock_inventory" domain="[('usage','=','inventory')]"/>
</group>
</group>
</group>
<group
name="description" position="after">
<group>
<group
string="Description for Delivery Orders">
<field
name="description_pickingout" nolabel="1" placeholder="This note will show up on delivery orders."/>
</group>
<group
string="Description for Receptions">
<field
name="description_pickingin" nolabel="1" placeholder="This note will show up on the receipt orders (e.g. where to store the product in the warehouse)."/>
</group>
<group
string="Description for Internal Transfers">
<field
name="description_picking" placeholder="This note will show up on internal transfer orders (e.g. where to pick the product in the warehouse)." nolabel="1"/>
</group>
</group>
<group
name="drscustomfields" position="after">
<group
string="CustomField">
<field
name="customfield1"/>
</group>
</group>
</group>
</field>
</record>


0
Awatar
Odrzuć
Sehrish

Look into odoo customization: http://learnopenerp.blogspot.com

Awatar
Piotr Cierkosz
Najlepsza odpowiedź

When you are in developer mode open view and choose "edit form view" - you will see that the basic view is:

product.product_template_only_form_view
Open the Inherited Views tab and you will see the views that are adding additional functions/tabs (try on Odoo runbot and you will see that there are 6 of them).

Remember that if you are using product variants the original view would be product.product_normal_form_view
model would be product.product in that case. Variants are inheriting basic stuff from product.template and also contain the specific attributes available for variants.

To add additional tab you can use code:

1) Specify where would be the new tab
<xpath expr="//page[@name='notes']" position="after">

2) Name it

<page string="Last Price">
3) Add text and fields

Sample use in this module: https://apps.odoo.com/apps/modules/10.0/product_last_price_tab/

Enjoy

1
Awatar
Odrzuć
Awatar
subbarao
Najlepsza odpowiedź

Hello Leke,

Activate Developer mode 

under that you can see edit for view, here you can get the actual xml id , by using xml id you can inherit it


1
Awatar
Odrzuć
Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
How to solve this error Field `show_check_availability` does not exist ?
stock inventory
Awatar
0
lip 24
2941
How to prefill one2many records
stock inventory
Awatar
Awatar
1
mar 24
3111
Out of Stock Rozwiązane
stock inventory
Awatar
Awatar
Awatar
Awatar
Awatar
4
lut 24
6521
How to create Custom fields under different tabs in any Module
fields inheritance
Awatar
Awatar
Awatar
2
sie 23
3985
Available stock by the end of each month in each location (Stock History)
stock inventory
Awatar
Awatar
1
lip 23
3694
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now