2
0
forked from Wavyzz/dolibarr

Review of module asset (#33847)

* Fixed Asset - Update translation of the module

* Fix asset create name

* Fix ref field

* Update module Asset

* Fix CI

* Fix CI

* Fix comment
This commit is contained in:
Alexandre SPANGARO
2025-04-15 17:21:45 +02:00
committed by GitHub
parent f0bd86c8a4
commit ab0ce1d645
10 changed files with 276 additions and 48 deletions

View File

@@ -1,5 +1,6 @@
-- ========================================================================
-- Copyright (C) 2018-2022 OpenDSI <support@open-dsi.fr>
-- Copyright (C) 2018-2022 OpenDSI <support@open-dsi.fr>
-- Copyright (C) 2025 Alexandre Spangaro <alexandre@inovea-conseil.com>
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
@@ -56,8 +57,10 @@ CREATE TABLE llx_asset(
date_creation datetime NOT NULL,
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
date_valid datetime,
fk_user_creat integer NOT NULL,
fk_user_modif integer,
fk_user_valid integer,
last_main_doc varchar(255),
import_key varchar(14),
model_pdf varchar(255),